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 651da12 commit 773f92fCopy full SHA for 773f92f
.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@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
+ uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
103
with:
104
context: .
105
build-args: VERSION=${{ env.VERSION }}
0 commit comments