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 a11dd64Copy full SHA for a11dd64
.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@c566248492c912e39910ac79e2f05a82260233a8
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