Skip to content

Commit b7230d4

Browse files
authored
Merge pull request #2392 from drwetter/dependabot/github_actions/docker/build-push-action-4.2.1
Bump docker/build-push-action from 4.1.1 to 4.2.1
2 parents 0791efb + 66cbce6 commit b7230d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-3.2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
password: ${{ secrets.GITHUB_TOKEN }}
4949

5050
- name: Build and push
51-
uses: docker/build-push-action@v4.1.1
51+
uses: docker/build-push-action@v4.2.1
5252
with:
5353
push: ${{ github.event_name != 'pull_request' }}
5454
context: .

0 commit comments

Comments
 (0)