We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84f1003 + 8e683bf commit 545a6c7Copy full SHA for 545a6c7
3 files changed
.github/workflows/docker-build-publish.yml
@@ -26,7 +26,7 @@ jobs:
26
password: ${{ secrets.GITHUB_TOKEN }}
27
- name: Push Docker Image
28
if: ${{ success() }}
29
- uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
+ uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
30
with:
31
context: .
32
file: ./Dockerfile
0 commit comments