dsfgdfsgh
Some checks failed
Build and Push Alpine RootFS and Docker Images / build-and-upload-rootfs (push) Failing after 5s
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
Some checks failed
Build and Push Alpine RootFS and Docker Images / build-and-upload-rootfs (push) Failing after 5s
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:
@@ -30,7 +30,7 @@ jobs:
|
|||||||
mkdir -p output
|
mkdir -p output
|
||||||
for version in $ALPINE_VERSIONS; do
|
for version in $ALPINE_VERSIONS; do
|
||||||
echo "[INFO] Building Alpine $version rootfs"
|
echo "[INFO] Building Alpine $version rootfs"
|
||||||
docker build --build-arg ALPINE_VERSION=$version -t alpine-builder:$version -f alpine/Dockerfile .
|
docker build --build-arg ALPINE_VERSION=$version -t alpine-builder:$version -f .
|
||||||
|
|
||||||
mkdir -p output/$version
|
mkdir -p output/$version
|
||||||
cid=$(docker create alpine-builder:$version)
|
cid=$(docker create alpine-builder:$version)
|
||||||
@@ -98,7 +98,7 @@ jobs:
|
|||||||
for version in $ALPINE_VERSIONS; do
|
for version in $ALPINE_VERSIONS; do
|
||||||
IMAGE="${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_ORG }}/${{ env.IMAGE_REPO }}:$version"
|
IMAGE="${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_ORG }}/${{ env.IMAGE_REPO }}:$version"
|
||||||
echo "[INFO] Building and pushing $IMAGE"
|
echo "[INFO] Building and pushing $IMAGE"
|
||||||
docker buildx build --platform linux/amd64 -t "$IMAGE" -f upload-repo/$version/Dockerfile --push upload-repo/$version
|
docker buildx build --platform linux/amd64 -t "$IMAGE" -f /$version/Dockerfile --push upload-repo/$version
|
||||||
done
|
done
|
||||||
|
|
||||||
generate-changelogs:
|
generate-changelogs:
|
||||||
|
|||||||
Reference in New Issue
Block a user