dsfhdsh
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been cancelled
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-rootfs-archives (push) Has been cancelled

This commit is contained in:
2025-07-08 14:58:00 -07:00
parent 085d4d27c6
commit c6e088cdb1

View File

@@ -17,7 +17,7 @@ env:
GIT_EMAIL: ${{ secrets.GIT_EMAIL }} GIT_EMAIL: ${{ secrets.GIT_EMAIL }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
VERSIONS: "buster" VERSIONS: "buster bullseye bookworm"
OUTPUT_DIR: /mnt/unraid_output/act_runner_output OUTPUT_DIR: /mnt/unraid_output/act_runner_output
jobs: jobs:
@@ -88,12 +88,6 @@ jobs:
- name: Debug Output - name: Debug Output
run: | run: |
echo "Inside container:" echo "Inside container:"
ls -lah /mnt/user/git/act_runner_output
- name: Check host output
run: |
mkdir -p "${{ env.OUTPUT_DIR }}"
touch "${{ env.OUTPUT_DIR }}"/test_from_vm
ls -lah /output ls -lah /output
- name: Validate that archives exist for each version - name: Validate that archives exist for each version