Skip to content

Commit 5c2ef0b

Browse files
Update docker/build-push-action action to v6
1 parent 856fede commit 5c2ef0b

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
@@ -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.17.0
6969
with:
7070
context: .
7171
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)