Skip to content

Commit 120603d

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

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@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
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@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
114114
with:
115115
context: .
116116
file: ./Dockerfile

0 commit comments

Comments
 (0)