Skip to content

Commit cf70cda

Browse files
Update docker/build-push-action action to v6.10.0
1 parent 51eaf1c commit cf70cda

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
@@ -89,7 +89,7 @@ jobs:
8989
# https://github.com/docker/build-push-action
9090
- name: Build and push Docker image
9191
id: build-and-push
92-
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6.6.1
92+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
9393
with:
9494
context: .
9595
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)