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 4e5111e commit 026aa90Copy full SHA for 026aa90
.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@0adf9959216b96bec444f325f1e493d4aa344497
+ uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
30
with:
31
context: .
32
file: ./Dockerfile
0 commit comments