test fix
Some checks failed
Build Alpine RootFS and Docker Image (latest) / build-rootfs (push) Failing after 9s
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 9s
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,15 +23,20 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build custom Alpine builder image
|
||||
run: |
|
||||
docker build -t alpine-builder:latest .
|
||||
|
||||
- name: Run Alpine build scripts
|
||||
run: |
|
||||
mkdir -p latest
|
||||
bash base-image-script/alpine-base_pt1.sh
|
||||
|
||||
- name: Run build scripts inside docker container
|
||||
- name: Run Alpine build scripts inside builder container
|
||||
run: |
|
||||
docker run --rm --privileged --security-opt seccomp=unconfined -v ${{ github.workspace }}:/workspace -w /workspace alpine:latest \
|
||||
docker run --rm --privileged --security-opt seccomp=unconfined \
|
||||
-v ${{ github.workspace }}:/workspace \
|
||||
-w /workspace alpine-builder:latest \
|
||||
bash base-image-script/alpine-base_pt1.sh
|
||||
|
||||
- name: Show tarball
|
||||
|
||||
Reference in New Issue
Block a user