Skip to content

Commit e71b57c

Browse files
fix(build): account-service module chart build (#6963)
fix(build): account-service module chart build (#6962) Co-authored-by: Jiahui <4543bxy@gmail.com>
1 parent 85689ae commit e71b57c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/service-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,9 @@ jobs:
299299
if [[ -f charts/${MODULE_NAME}/values.yaml ]]; then
300300
sed -i -E "s;(${OLD_DOCKER_REPO}|${GHCR_DOCKER_REPO}):[^[:space:]\"']*;${NEW_DOCKER_IMAGE};" charts/${MODULE_NAME}/values.yaml
301301
fi
302+
if [[ -f charts/${MODULE_NAME}-service/values.yaml ]]; then
303+
sed -i -E "s;(${OLD_DOCKER_REPO}|${GHCR_DOCKER_REPO}):[^[:space:]\"']*;${NEW_DOCKER_IMAGE};" charts/${MODULE_NAME}-service/values.yaml
304+
fi
302305
sudo rm -rf registry
303306
echo "Building ${TAG}-amd64"
304307
sudo sealos build -t "${TAG}-amd64" --platform linux/amd64 -f Kubefile

0 commit comments

Comments
 (0)