Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 2ee493f

Browse files
chore(deps): update docker/build-push-action action to v4.2.1 (#12)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e60e2a8 commit 2ee493f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
username: ${{ github.actor }}
3535
password: ${{ secrets.GITHUB_TOKEN }}
3636
- uses: docker/setup-buildx-action@v2
37-
- uses: docker/build-push-action@v4.1.1
37+
- uses: docker/build-push-action@v4.2.1
3838
with:
3939
context: .
4040
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)