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

Commit b972acd

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent b48e96c commit b972acd

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

0 commit comments

Comments
 (0)