We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e86758 commit d9e67feCopy full SHA for d9e67fe
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@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
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