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 a79fe79 commit 45f4000Copy full SHA for 45f4000
.github/workflows/image.yml
@@ -45,7 +45,7 @@ jobs:
45
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
46
47
- name: Build and push Docker image
48
- uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c
+ uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
49
with:
50
push: ${{ github.event_name != 'pull_request' }}
51
context: .
0 commit comments