test
Some checks failed
Build Alpine RootFS and Docker Image (latest) / build-rootfs (push) Failing after 11s
Build Alpine RootFS and Docker Image (latest) / push-tarball (push) Has been skipped
Build Alpine RootFS and Docker Image (latest) / push-docker (push) Has been skipped
Build Alpine RootFS and Docker Image (latest) / update-changelog (push) Has been skipped
Build Alpine RootFS and Docker Image (latest) / update-build-info (push) Has been skipped
Some checks failed
Build Alpine RootFS and Docker Image (latest) / build-rootfs (push) Failing after 11s
Build Alpine RootFS and Docker Image (latest) / push-tarball (push) Has been skipped
Build Alpine RootFS and Docker Image (latest) / push-docker (push) Has been skipped
Build Alpine RootFS and Docker Image (latest) / update-changelog (push) Has been skipped
Build Alpine RootFS and Docker Image (latest) / update-build-info (push) Has been skipped
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
||||
- name: Build custom Alpine builder image
|
||||
run: |
|
||||
docker build -t alpine-builder:latest .
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
- name: Run Alpine build scripts inside builder container
|
||||
run: |
|
||||
docker run --rm --privileged -v "$PWD":/workspace -w /workspace alpine:latest bash base-image-script/alpine-base_pt1.sh
|
||||
docker run --rm --privileged -v "$PWD":/workspace -w /workspace alpine-builder:latest bash base-image-script/alpine-base_pt1.sh
|
||||
|
||||
- name: Show tarball
|
||||
run: ls -lh ${{ env.OUTPUT_TAR }}
|
||||
|
||||
Reference in New Issue
Block a user