We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d188ac commit 5635df6Copy full SHA for 5635df6
.github/workflows/docker-publish.yml
@@ -57,7 +57,7 @@ jobs:
57
# https://github.com/docker/build-push-action
58
- name: Build and push Docker image
59
id: build-and-push
60
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
61
with:
62
context: .
63
push: ${{ github.event_name != 'pull_request' }}
0 commit comments