fghdfh
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Failing after 1m35s
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 1m35s
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:
@@ -47,13 +47,11 @@ jobs:
|
||||
debian \
|
||||
bash -c "echo hello-world > /output/hello.txt"
|
||||
|
||||
- name: Extract file from volume
|
||||
- name: Copy file from volume to workspace
|
||||
run: |
|
||||
docker run --rm \
|
||||
-v build_output:/output \
|
||||
-v "$(pwd):/workspace" \
|
||||
debian \
|
||||
bash -c "cp /output/hello.txt /workspace/output.txt"
|
||||
container_id=$(docker create -v build_output:/output debian)
|
||||
docker cp "$container_id:/output/hello.txt" ./output.txt
|
||||
docker rm "$container_id"
|
||||
|
||||
- name: Read output.txt
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user