Skip to content

Commit 548df02

Browse files
chore(deps): update docker/build-push-action action to v7
1 parent bc6c352 commit 548df02

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
@@ -356,7 +356,7 @@ runs:
356356
uses: docker/setup-buildx-action@v3
357357
- name: Build the cross-toolchain image (GHA-cached, no registry)
358358
if: steps.tjs-cache.outputs.cache-hit != 'true' && inputs.cross-dockerfile != ''
359-
uses: docker/build-push-action@v6
359+
uses: docker/build-push-action@v7
360360
with:
361361
context: ${{ inputs.cross-dockerfile }}
362362
load: true

0 commit comments

Comments
 (0)