We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395743f commit a268726Copy full SHA for a268726
.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