Skip to content

Commit d9e67fe

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

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@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.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@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
114114
with:
115115
context: .
116116
file: ./Dockerfile

0 commit comments

Comments
 (0)