We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949020b commit 07985f9Copy full SHA for 07985f9
.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@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
+ uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.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