hjghfjfghjghj
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 7s
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
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 7s
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:
@@ -34,12 +34,6 @@ jobs:
|
||||
fithwum/debian-bullseye-base \
|
||||
bash -c "ls -lah /output"
|
||||
|
||||
|
||||
- name: Prepare output directory
|
||||
run: |
|
||||
OUTPUT_DIR="/mnt/host-output/${GITEA_REPOSITORY##*/}/output"
|
||||
mkdir -p "$OUTPUT_DIR"
|
||||
|
||||
- name: Check host output
|
||||
run: |
|
||||
ls -lah /mnt/host-output
|
||||
@@ -55,7 +49,8 @@ jobs:
|
||||
- name: Build all Debian rootfs versions sequentially
|
||||
run: |
|
||||
versions=($VERSIONS)
|
||||
OUTPUT_DIR="/mnt/host-output/${GITEA_REPOSITORY##*/}/output"
|
||||
export OUTPUT_DIR="/mnt/host-output"
|
||||
mkdir -p "$OUTPUT_DIR"
|
||||
|
||||
for version in "${versions[@]}"; do
|
||||
echo "[INFO] Building $version..."
|
||||
|
||||
Reference in New Issue
Block a user