We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2dd1e4 commit 6f158f2Copy full SHA for 6f158f2
1 file changed
.github/workflows/release-image.yaml
@@ -49,7 +49,7 @@ jobs:
49
password: ${{ env.IMAGE_REGISTRY_PASSWORD}}
50
- name: Push Docker Image
51
if: ${{ success() }}
52
- uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
+ uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
53
id: push
54
with:
55
context: .
0 commit comments