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