Skip to content

Commit 7cfae64

Browse files
authored
Merge pull request #9 from netvpc/renovate/docker-build-push-action-6.x
Update docker/build-push-action action to v6.8.0
2 parents 27b00c9 + b078a71 commit 7cfae64

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
@@ -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@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
92+
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
9393
with:
9494
context: .
9595
build-args: VERSION=${{ env.VERSION }}

0 commit comments

Comments
 (0)