Skip to content

Commit 9580835

Browse files
chore(deps): update docker/build-push-action action to v6.19.2
1 parent 488b33a commit 9580835

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
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: "(all target): Build and push Docker image"
8383
id: build-and-push-all
84-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
84+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
8585
with:
8686
context: .
8787
file: ./Dockerfile
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: "(slim target): Build and push Docker image"
9595
id: build-and-push-slim
96-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
96+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
9797
with:
9898
context: .
9999
file: ./Dockerfile

0 commit comments

Comments
 (0)