We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92633f3 commit 9ec031eCopy full SHA for 9ec031e
1 file changed
.github/workflows/ci.yaml
@@ -196,7 +196,7 @@ jobs:
196
- name: Build Docker image
197
id: build
198
timeout-minutes: 25
199
- uses: docker/build-push-action@8796455d3250bab0b8ea17630e10645c29a1249a
+ uses: docker/build-push-action@11be14d908760a0756f045980728ec5fb7880f74
200
with:
201
context: .
202
load: true
@@ -233,7 +233,7 @@ jobs:
233
- name: Push image
234
id: push
235
timeout-minutes: 60
236
237
238
239
builder: ${{ steps.buildx.outputs.name }}
0 commit comments