dshfdfghdfgsh
Some checks failed
Build and Push Alpine RootFS and Docker Images / build-and-upload-rootfs (push) Failing after 6s
Build and Push Alpine RootFS and Docker Images / build-and-push-docker-images (push) Has been skipped
Build and Push Alpine RootFS and Docker Images / generate-changelogs (push) Has been skipped
Build and Push Alpine RootFS and Docker Images / generate-build-info (push) Has been skipped

This commit is contained in:
2025-07-13 06:54:53 -07:00
parent b9820fa43c
commit 5116600682

View File

@@ -30,7 +30,7 @@ jobs:
mkdir -p output
for version in $ALPINE_VERSIONS; do
echo "[INFO] Building Alpine $version rootfs"
docker build --build-arg ALPINE_VERSION=$version -t alpine-builder:$version -f Dockerfile .
docker build --build-arg ALPINE_VERSION=$version -t alpine-base:$version .
mkdir -p output/$version
cid=$(docker create alpine-builder:$version)