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 afc035c commit 7f0b521Copy full SHA for 7f0b521
.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@ca877d9245402d1537745e0e356eab47c3520991
+ uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
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