test
Some checks failed
Build Alpine RootFS and Docker Image (latest) / build-rootfs (push) Failing after 13s
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:
2025-07-06 08:48:38 -07:00
parent c42f481ac9
commit a1a0e41bf3

View File

@@ -34,10 +34,7 @@ jobs:
- name: Run Alpine build scripts inside builder container
run: |
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
docker run --rm --privileged -v "$PWD":/workspace -w /workspace alpine:latest bash base-image-script/alpine-base_pt1.sh
- name: Show tarball
run: ls -lh ${{ env.OUTPUT_TAR }}