Skip to content

Commit 36f51c6

Browse files
Update docker/build-push-action action to v6.19.2
1 parent 372158f commit 36f51c6

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
@@ -69,7 +69,7 @@ jobs:
6969
# https://github.com/docker/build-push-action
7070
- name: Build and push Docker image
7171
id: build-and-push
72-
uses: docker/build-push-action@v6.18.0
72+
uses: docker/build-push-action@v6.19.2
7373
with:
7474
context: .
7575
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)