Skip to content

Commit 41bd33d

Browse files
Update docker/build-push-action action to v6.10.0
1 parent 3e6402f commit 41bd33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
# https://github.com/docker/build-push-action
123123
- name: Build and push Docker image
124124
id: build-and-push
125-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
125+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
126126
with:
127127
context: .
128128
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)