Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
Fixed the wrong repo address used.
  • Loading branch information
nhkhai committed Apr 30, 2024
1 parent 2ed7e29 commit 382c0d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ jobs:
- setup_remote_docker
- docker/check
- docker/build: # Build the image.
image: nhkhai/education-space
image: nhkhai/the-review-room
# tag: v1.0.1
tag: latest # Consider setting this dynamically based on the tag using env vars or CircleCI parameters.
# tag: ${CIRCLE_TAG:-latest} # Use the tag name if triggered by a tag, otherwise use 'latest'.
- docker/push: # Pushes the image to the specified account in the environment variables.
image: nhkhai/education-space
image: nhkhai/the-review-room
# tag: v1.0.1
tag: latest # Consider setting this dynamically based on the tag using env vars or CircleCI parameters.
# tag: ${CIRCLE_TAG:-latest} # Use the tag name if triggered by a tag, otherwise use 'latest'.
Expand Down

0 comments on commit 382c0d0

Please sign in to comment.