Skip to content

Commit 0e85761

Browse files
Update docker/build-push-action action to v6
1 parent e6633c1 commit 0e85761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
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)