Skip to content

Commit 5635df6

Browse files
Update docker/build-push-action action to v6
1 parent 6d188ac commit 5635df6

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
@@ -57,7 +57,7 @@ jobs:
5757
# https://github.com/docker/build-push-action
5858
- name: Build and push Docker image
5959
id: build-and-push
60-
uses: docker/build-push-action@v5
60+
uses: docker/build-push-action@v6
6161
with:
6262
context: .
6363
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)