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 68e862a commit 3797cbfCopy full SHA for 3797cbf
.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