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

Commit 60f178f

Browse files
Update docker/build-push-action action to v4.1.1 (#1)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a3d3c0 commit 60f178f

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
@@ -29,7 +29,7 @@ jobs:
2929
username: ${{ github.actor }}
3030
password: ${{ secrets.GITHUB_TOKEN }}
3131
- uses: docker/setup-buildx-action@v2
32-
- uses: docker/build-push-action@v4.0.0
32+
- uses: docker/build-push-action@v4.1.1
3333
with:
3434
context: .
3535
push: true

0 commit comments

Comments
 (0)