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 5b0b044Copy full SHA for 5b0b044
.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@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
103
with:
104
context: .
105
build-args: VERSION=${{ env.VERSION }}
0 commit comments