Skip to content

Commit 773f92f

Browse files
Update docker/build-push-action action to v6.15.0
1 parent 651da12 commit 773f92f

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
@@ -99,7 +99,7 @@ jobs:
9999
# https://github.com/docker/build-push-action
100100
- name: Build and push Docker image
101101
id: build-and-push
102-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
102+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
103103
with:
104104
context: .
105105
build-args: VERSION=${{ env.VERSION }}

0 commit comments

Comments
 (0)