Skip to content

Commit 2f58bf8

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 3bb0096 commit 2f58bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# https://github.com/docker/build-push-action
6868
- name: Build and push Docker image
6969
id: build-and-push
70-
uses: docker/build-push-action@v5.4.0
70+
uses: docker/build-push-action@v6.1.0
7171
with:
7272
context: .
7373
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)