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.
2 parents a22b9da + beee08b commit e52cd71Copy full SHA for e52cd71
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
64
- name: Push Docker Image
65
if: ${{ success() }}
66
- uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
+ uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318
67
with:
68
context: .
69
file: ./Dockerfile
0 commit comments