Skip to content

Commit 604dcea

Browse files
authored
Merge pull request #4 from netvpc/renovate/docker-build-push-action-6.x
Update docker/build-push-action action to v6.9.0
2 parents 4518a27 + 96fa657 commit 604dcea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
# https://github.com/docker/build-push-action
116116
- name: Build and push Docker image
117117
id: build-and-push-stream
118-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
118+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
119119
with:
120120
context: .
121121
file: DB.Dockerfile
@@ -132,7 +132,7 @@ jobs:
132132
# https://github.com/docker/build-push-action
133133
- name: Build and push Docker image
134134
id: build-and-push
135-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
135+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
136136
with:
137137
context: .
138138
file: Dockerfile

0 commit comments

Comments
 (0)