We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad22246 commit 3533919Copy full SHA for 3533919
1 file changed
.github/workflows/release-image.yaml
@@ -57,7 +57,7 @@ jobs:
57
password: ${{ env.IMAGE_REGISTRY_PASSWORD}}
58
- name: Push Docker Image
59
if: ${{ success() }}
60
- uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
+ uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
61
id: push
62
with:
63
context: .
0 commit comments