Skip to content

Commit 37b0dc2

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent ce747e8 commit 37b0dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
type=semver,pattern={{major}}
5656
5757
- name: Build and push Docker image (multi-arch)
58-
uses: docker/build-push-action@v4
58+
uses: docker/build-push-action@v6
5959
with:
6060
context: .
6161
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)