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 d15a513 commit c667506Copy full SHA for c667506
.github/workflows/ci.yaml
@@ -189,7 +189,7 @@ jobs:
189
- name: Build Docker image
190
id: build
191
timeout-minutes: 25
192
- uses: docker/build-push-action@11be14d908760a0756f045980728ec5fb7880f74
+ uses: docker/build-push-action@7e094594beda23fc8f21fa31049f4b203e51096b
193
with:
194
context: .
195
load: true
@@ -225,7 +225,7 @@ jobs:
225
- name: Push image
226
id: push
227
timeout-minutes: 60
228
229
230
231
builder: ${{ steps.buildx.outputs.name }}
0 commit comments