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

Commit 4343b34

Browse files
author
sysadmin-frontend-binary
authored
Merge pull request #1363 from Mahboobeh-binary/patch-17
fix docker image name typo
2 parents 6a4bf26 + b8f9d73 commit 4343b34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ commands:
8888
name: Pushing Image to docker hub
8989
command: |
9090
echo $DOCKERHUB_PASSWORD | docker login -u $DOCKERHUB_USERNAME --password-stdin
91-
docker push ${DOCKHUB_ORGANISATION}/ticktrade-mobile
91+
docker push ${DOCKHUB_ORGANISATION}/binary-static-ticktrade
9292
k8s_deploy:
9393
description: "Deploy to k8s cluster"
9494
steps:

0 commit comments

Comments
 (0)