We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3ca633 + 8cdb6bf commit 80418fbCopy full SHA for 80418fb
.github/workflows/docker-publish.yml
@@ -80,7 +80,7 @@ jobs:
80
# https://github.com/docker/build-push-action
81
- name: Build and push Docker image
82
id: build-and-push
83
- uses: docker/build-push-action@v5.4.0
+ uses: docker/build-push-action@v6.9.0
84
with:
85
context: .
86
push: ${{ github.event_name != 'pull_request' }}
0 commit comments