Skip to content

Commit b92387d

Browse files
Update docker/build-push-action action to v6.18.0
1 parent 73ab0a0 commit b92387d

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@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
118+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.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@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
135+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
136136
with:
137137
context: .
138138
file: Dockerfile

0 commit comments

Comments
 (0)