called wrong file fix
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:19:13 -07:00
parent 1ffd945f7b
commit 9e4c8fed9b

View File

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