fix attempt
Some checks failed
Build Alpine RootFS and Docker Image (latest) / build-rootfs (push) Failing after 8s
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 cancelled
Build Alpine RootFS and Docker Image (latest) / update-changelog (push) Has been cancelled
Build Alpine RootFS and Docker Image (latest) / update-build-info (push) Has been cancelled

This commit is contained in:
2025-07-06 08:23:06 -07:00
parent 9e4c8fed9b
commit 9a67103da1
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ jobs:
alpine:latest \
sh -c "
apk add --no-cache bash curl wget sudo git jq && \
chmod +x alpine-base/*.sh && \
chmod +x base-image-script/*.sh && \
bash base-image-script/alpine-base_pt1.sh
"