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

Commit 044f8d3

Browse files
chore(deps): update docker/build-push-action action to v6 (#65)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 53c4473 commit 044f8d3

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@v3
37-
- uses: docker/build-push-action@v5.4.0
37+
- uses: docker/build-push-action@v6.5.0
3838
with:
3939
context: .
4040
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)