gfjgfj
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Has been cancelled

This commit is contained in:
2025-07-08 21:00:42 -07:00
parent dac38b5d01
commit 5f5a0c4472

View File

@@ -30,6 +30,9 @@ jobs:
- name: Checkout source - name: Checkout source
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Ensure output directory exists
run: mkdir -p ./output
- name: Write to output via docker - name: Write to output via docker
run: | run: |
docker run --rm \ docker run --rm \