From 02df98ead69f72c09915aa6b0ae8190c4261e54a Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Sat, 6 Feb 2021 11:10:11 +0100 Subject: [PATCH] update the docker repository in .circleci/config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a687cc9..2be5f37 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,10 +12,10 @@ jobs: - run: | docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD # build the application image - - run: docker build -t $DOCKER_LOGIN/twhelp-version-website:latest . + - run: docker build -t $DOCKER_LOGIN/twhelp-dcbot:latest . # deploy the image - - run: docker push $DOCKER_LOGIN/twhelp-version-website:latest + - run: docker push $DOCKER_LOGIN/twhelp-dcbot:latest workflows: version: 2 deploy_prod: