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
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:
@@ -190,6 +190,14 @@ jobs:
|
|||||||
echo "[INFO] Created $DOCKERFILE_PATH"
|
echo "[INFO] Created $DOCKERFILE_PATH"
|
||||||
done
|
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
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user