Skip to content

Commit 076b6a8

Browse files
Update docker/build-push-action action to v6.19.1
1 parent 64859c3 commit 076b6a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
# https://github.com/docker/build-push-action
8181
- name: Build and push Docker image
8282
id: build-and-push
83-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
83+
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
8484
with:
8585
context: .
8686
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)