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.
2 parents 68e862a + 3797cbf commit 4df3f1eCopy full SHA for 4df3f1e
.github/workflows/docker-publish.yml
@@ -71,7 +71,7 @@ jobs:
71
# https://github.com/docker/build-push-action
72
- name: Build and push Docker image
73
id: build-and-push
74
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
75
with:
76
context: .
77
push: ${{ github.event_name != 'pull_request' }}
0 commit comments