From 9e4c8fed9b9afdcaf4ff7556b32a42d02b915581 Mon Sep 17 00:00:00 2001 From: fithwum Date: Sun, 6 Jul 2025 08:19:13 -0700 Subject: [PATCH] called wrong file fix --- .gitea/workflows/base-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/base-build.yml b/.gitea/workflows/base-build.yml index a4561ca..2c9c38b 100644 --- a/.gitea/workflows/base-build.yml +++ b/.gitea/workflows/base-build.yml @@ -33,7 +33,7 @@ jobs: alpine:latest \ sh -c " 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 "