We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1952676 + bcc5a1e commit 651da12Copy full SHA for 651da12
1 file changed
.github/workflows/docker-publish.yml
@@ -99,7 +99,7 @@ jobs:
99
# https://github.com/docker/build-push-action
100
- name: Build and push Docker image
101
id: build-and-push
102
- uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
+ uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
103
with:
104
context: .
105
build-args: VERSION=${{ env.VERSION }}
0 commit comments