Skip to content

Commit c0bb9a5

Browse files
feat(github-action)!: Update docker/build-push-action action to v6
1 parent 9c24e81 commit c0bb9a5

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@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
4646
with:
4747
context: .
4848
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)