Skip to content

Commit f78ecfa

Browse files
chore(deps): update docker/build-push-action action to v6.18.0
1 parent 7e86758 commit f78ecfa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
9797
- name: "(all target): Build and push Docker image"
9898
id: build-and-push-all
99-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
99+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
100100
with:
101101
context: .
102102
file: ./Dockerfile
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: "(slim target): Build and push Docker image"
112112
id: build-and-push-slim
113-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
113+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
114114
with:
115115
context: .
116116
file: ./Dockerfile

0 commit comments

Comments
 (0)