We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2896dbf + 249d0eb commit 06eb69dCopy full SHA for 06eb69d
1 file changed
.github/workflows/docker-publish.yml
@@ -73,7 +73,7 @@ jobs:
73
# https://github.com/docker/build-push-action
74
- name: Build and push Docker image
75
id: build-and-push
76
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
77
with:
78
context: .
79
push: ${{ github.event_name != 'pull_request' }}
0 commit comments