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