Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 6a4bf26

Browse files
author
sysadmin-frontend-binary
authored
Merge pull request #1362 from Mahboobeh-binary/patch-16
fix tick trade image
2 parents 0cf7c8e + 426393c commit 6a4bf26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ commands:
8383
- run:
8484
name: Building docker image for production
8585
command: |
86-
docker build -t ${DOCKHUB_ORGANISATION}/ticktrade-mobile:${CIRCLE_TAG} -t ${DOCKHUB_ORGANISATION}/ticktrade-mobile:latest .
86+
docker build -t ${DOCKHUB_ORGANISATION}/binary-static-ticktrade:${CIRCLE_TAG} -t ${DOCKHUB_ORGANISATION}/binary-static-ticktrade:latest .
8787
- run:
8888
name: Pushing Image to docker hub
8989
command: |
@@ -108,7 +108,7 @@ commands:
108108
KUBE_SERVER="${!KUBE_SERVER_REF}"
109109
SERVICEACCOUNT_TOKEN="${!SERVICEACCOUNT_TOKEN_REF}"
110110
echo $CA_CRT | base64 --decode > ca.crt
111-
kubectl --server=${KUBE_SERVER} --certificate-authority=ca.crt --token=$SERVICEACCOUNT_TOKEN set image deployment/ticktrade-binary-com ticktrade-binary-com=${DOCKHUB_ORGANISATION}/ticktrade-mobile:${CIRCLE_TAG}
111+
kubectl --server=${KUBE_SERVER} --certificate-authority=ca.crt --token=$SERVICEACCOUNT_TOKEN set image deployment/ticktrade-binary-com ticktrade-binary-com=${DOCKHUB_ORGANISATION}/binary-static-ticktrade:${CIRCLE_TAG}
112112
fi
113113
done
114114

0 commit comments

Comments
 (0)