We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff70fdc commit 925f595Copy full SHA for 925f595
.github/workflows/publish.yaml
@@ -42,7 +42,7 @@ jobs:
42
type=ref, event=pr
43
44
- name: Build and push to ghcr
45
- uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
+ uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6
46
with:
47
context: .
48
push: ${{ github.event_name != 'pull_request' }}
0 commit comments