We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d2563 commit 4a4fca2Copy full SHA for 4a4fca2
.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@5cd11c3a4ced054e52742c5fd54dca954e0edd85
+ uses: docker/build-push-action@e44afff3590e1d4f93b6adc72376512edb012a7c
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