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 b6d56d7 commit 43bfa63Copy full SHA for 43bfa63
.github/workflows/image.yml
@@ -45,7 +45,7 @@ jobs:
45
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
46
47
- name: Build and push Docker image
48
- uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960
+ uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
49
with:
50
push: ${{ github.event_name != 'pull_request' }}
51
context: .
0 commit comments