From bac6243e42693a1f3ec6ca86754a8f2f056d4a19 Mon Sep 17 00:00:00 2001 From: shivareddy09 <123131900+shivareddy09@users.noreply.github.com> Date: Thu, 16 Mar 2023 20:23:38 -0400 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c49a137..5c29e3f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ ## This will build and publish docker container to docker hub. # # TO DO: -# 1. Set the environment variables DOCKERHUB_USERNAME & DOCKERHUB_PASS +# 1. Set the environment variables DOCKERHUB_USERNAME and DOCKERHUB_PASS # 2. Change docker hub repo to yours, i.e,. replace shresthaajay/node-hello-world with your repo. # ## Reference: https://circleci.com/blog/using-circleci-workflows-to-replicate-docker-hub-automated-builds/ @@ -10,7 +10,7 @@ version: 2.1 executors: docker-publisher: environment: - IMAGE_NAME: shresthaajay/node-hello-world-spring2024 + IMAGE_NAME: sivareddy09/node-hello-world docker: - image: circleci/buildpack-deps:stretch jobs: