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 111b727Copy full SHA for 111b727
.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@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
103
with:
104
context: .
105
build-args: VERSION=${{ env.VERSION }}
0 commit comments