We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e86758 commit 120603dCopy full SHA for 120603d
1 file changed
.github/workflows/_docker-publish.yml
@@ -96,7 +96,7 @@ jobs:
96
97
- name: "(all target): Build and push Docker image"
98
id: build-and-push-all
99
- uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
100
with:
101
context: .
102
file: ./Dockerfile
@@ -110,7 +110,7 @@ jobs:
110
111
- name: "(slim target): Build and push Docker image"
112
id: build-and-push-slim
113
114
115
116
0 commit comments