fdghfgh
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 4m55s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been skipped

This commit is contained in:
2025-07-08 06:57:00 -07:00
parent 2c5f669444
commit 7a4d964d9e

View File

@@ -27,14 +27,6 @@ jobs:
- name: Checkout source
uses: actions/checkout@v3
- name: Debug container /output contents
run: |
docker run --rm --privileged \
-v "${{ env.OUTPUT_DIR }}:/output" \
-e VERSION=bullseye \
fithwum/debian-bullseye-base \
bash -c "ls -lah /output"
- name: Check host output
run: |
mkdir -p "${{ env.OUTPUT_DIR }}"