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 20885fe commit 56b1d74Copy full SHA for 56b1d74
.github/workflows/upload_assets.yml
@@ -85,7 +85,7 @@ jobs:
85
echo "tag=$TAG" >> $GITHUB_OUTPUT
86
87
- name: Build and push Docker image
88
- uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
+ uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
89
with:
90
context: ./docker-build
91
build-args: |
@@ -99,7 +99,7 @@ jobs:
99
100
- name: Tag and push latest
101
if: steps.tag.outputs.tag != 'v99.9.9'
102
103
104
105
0 commit comments