We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6607325 commit 2b42809Copy full SHA for 2b42809
.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@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
46
with:
47
context: .
48
push: ${{ github.event_name != 'pull_request' }}
0 commit comments