Update .gitea/workflows/base-build.yml
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Successful in 10m23s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Failing after 23s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Successful in 26s

This commit is contained in:
2025-07-09 20:12:00 -07:00
parent 6865c7a5ce
commit 87ad9025fb

View File

@@ -190,6 +190,14 @@ jobs:
echo "[INFO] Created $DOCKERFILE_PATH"
done
- name: Copy rootfs tarballs into version dirs for Docker build context
run: |
for version in $VERSIONS; do
mkdir -p "$version"
cp "debian-base/$version/debian-$version.tar.bz2" "$version/"
ls -lh "$version/"
done
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3