Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1acbed7

Browse files
authoredMay 23, 2025··
Update docker/build-push-action action to v6
1 parent 658cc96 commit 1acbed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# https://github.com/docker/build-push-action
5757
- name: Build and push Docker image
5858
id: build-and-push
59-
uses: docker/build-push-action@v5
59+
uses: docker/build-push-action@v6
6060
with:
6161
context: .
6262
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)
Please sign in to comment.