dsfgfg
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Failing after 5s
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
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Failing after 5s
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:
@@ -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 bullseye bookworm"
|
VERSIONS: "buster"
|
||||||
OUTPUT_DIR: /mnt/unraid_output/act_runner_output
|
OUTPUT_DIR: /mnt/unraid_output/act_runner_output
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -29,6 +29,18 @@ jobs:
|
|||||||
- name: Checkout source
|
- name: Checkout source
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Write to output via docker
|
||||||
|
run: |
|
||||||
|
docker run --rm \
|
||||||
|
-v "${{ env.OUTPUT_DIR }}:/output" \
|
||||||
|
debian \
|
||||||
|
bash -c "echo test > /output/hello.txt"
|
||||||
|
|
||||||
|
- name: Try to read from output on host
|
||||||
|
run: |
|
||||||
|
echo "Expecting /mnt/unraid_output/act_runner_output/hello.txt..."
|
||||||
|
ls -lh "${{ env.OUTPUT_DIR }}"
|
||||||
|
|
||||||
- name: Debug mount inside container
|
- name: Debug mount inside container
|
||||||
run: |
|
run: |
|
||||||
docker run --rm --privileged \
|
docker run --rm --privileged \
|
||||||
|
|||||||
Reference in New Issue
Block a user