Skip to content

Commit 925f595

Browse files
feat(github-action)!: Update docker/build-push-action action to v6
1 parent ff70fdc commit 925f595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
type=ref, event=pr
4343
4444
- name: Build and push to ghcr
45-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
45+
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6
4646
with:
4747
context: .
4848
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)