We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488b33a commit 9580835Copy full SHA for 9580835
1 file changed
.github/workflows/_docker-publish.yml
@@ -81,7 +81,7 @@ jobs:
81
82
- name: "(all target): Build and push Docker image"
83
id: build-and-push-all
84
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
85
with:
86
context: .
87
file: ./Dockerfile
@@ -93,7 +93,7 @@ jobs:
93
94
- name: "(slim target): Build and push Docker image"
95
id: build-and-push-slim
96
97
98
99
0 commit comments