Skip to content

Commit eb09901

Browse files
chore(deps): update docker/build-push-action action to v7
1 parent af04ca6 commit eb09901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/build-leg/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ runs:
359359
uses: docker/setup-buildx-action@v3
360360
- name: Build the cross-toolchain image (GHA-cached, no registry)
361361
if: steps.tjs-cache.outputs.cache-hit != 'true' && inputs.cross-dockerfile != ''
362-
uses: docker/build-push-action@v6
362+
uses: docker/build-push-action@v7
363363
with:
364364
context: ${{ inputs.cross-dockerfile }}
365365
load: true

0 commit comments

Comments
 (0)