Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -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:
Expand Down