dfhdshg
Some checks failed
Build and Push Alpine RootFS and Docker Images / build-and-upload-rootfs (push) Failing after 34s
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 34s
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:
@@ -12,7 +12,7 @@ on:
|
||||
- '!**/build-info.json'
|
||||
schedule:
|
||||
- cron: '0 12 * * 0' # Sunday at noon UTC
|
||||
#########################
|
||||
|
||||
env:
|
||||
ALPINE_VERSIONS: "v3.18 v3.19 v3.20"
|
||||
IMAGE_REGISTRY: gitea.fithwum.tech
|
||||
@@ -34,14 +34,13 @@ jobs:
|
||||
docker build --build-arg ALPINE_VERSION=$version -t alpine-base:$version .
|
||||
|
||||
mkdir -p output/$version
|
||||
cid=$(docker create alpine-builder:$version)
|
||||
cid=$(docker create alpine-base:$version)
|
||||
docker cp "$cid":/output/alpine-${version}.tar.gz output/$version/
|
||||
docker rm "$cid"
|
||||
done
|
||||
|
||||
- name: Clone upload repo
|
||||
run: |
|
||||
git clone https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_TOKEN }}@gitea.fithwum.tech/fithwum/alpine-base.git upload-repo
|
||||
run: git clone https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_TOKEN }}@gitea.fithwum.tech/fithwum/alpine-base.git upload-repo
|
||||
|
||||
- name: Copy archives to upload repo
|
||||
run: |
|
||||
@@ -240,9 +239,9 @@ jobs:
|
||||
|
||||
# - name: Build Alpine Base Image
|
||||
# run: |
|
||||
# docker build -t alpine-builder .
|
||||
# docker build -t alpine-base .
|
||||
# mkdir -p latest
|
||||
# container_id=$(docker create alpine-builder)
|
||||
# container_id=$(docker create alpine-base)
|
||||
# docker cp "$container_id":/output/alpine-base.tar.gz ./latest/alpine-base.tar.gz
|
||||
# docker rm "$container_id"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user