We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6c352 commit 548df02Copy full SHA for 548df02
1 file changed
.github/actions/build-leg/action.yml
@@ -356,7 +356,7 @@ runs:
356
uses: docker/setup-buildx-action@v3
357
- name: Build the cross-toolchain image (GHA-cached, no registry)
358
if: steps.tjs-cache.outputs.cache-hit != 'true' && inputs.cross-dockerfile != ''
359
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
360
with:
361
context: ${{ inputs.cross-dockerfile }}
362
load: true
0 commit comments