Skip to content

Commit 7703437

Browse files
authored
rename env
1 parent b08c2e9 commit 7703437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
apk update && apk add --no-cache git && apk add --no-cache openssh
33
mkdir -p ~/.ssh && echo $SSH_KEY | base64 -d > ~/.ssh/id_rsa && chmod 700 ~/.ssh/id_rsa && ssh-keyscan $MANIFEST_HOST >> ~/.ssh/known_hosts
44
rm -rf $MANIFEST_REPO && git clone ssh://git@$MANIFEST_HOST/$MANIFEST_USER/$MANIFEST_REPO.git
5-
cd $MANIFEST_REPO/$SVC_PATH && kustomize edit set image $CONTAINER_REPO:$CONTAINER_TAG
6-
git add . && git commit -m "🚀 update to ${CONTAINER_TAG}"
5+
cd $MANIFEST_REPO/$SVC_PATH && kustomize edit set image $IMAGE_REPO:$IMAGE_TAG
6+
git add . && git commit -m "🚀 update to ${IMAGE_TAG}"
77
git push ssh://git@$MANIFEST_HOST/$MANIFEST_USER/$MANIFEST_REPO.git

0 commit comments

Comments
 (0)