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 33c1adb commit 0eede17Copy full SHA for 0eede17
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
64
- name: Push Docker Image
65
if: ${{ success() }}
66
- uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318
+ uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003
67
with:
68
context: .
69
file: ./Dockerfile
0 commit comments