Skip to content

Commit cdfe383

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent d3f1892 commit cdfe383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# https://github.com/docker/build-push-action
6666
- name: Build and push Docker image
6767
id: build-and-push
68-
uses: docker/build-push-action@v5.4.0
68+
uses: docker/build-push-action@v6.4.1
6969
with:
7070
context: .
7171
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)