From 382c0d0a275897e667d23af492580d52048c7145 Mon Sep 17 00:00:00 2001 From: nhkhai Date: Tue, 30 Apr 2024 18:22:46 +0800 Subject: [PATCH] Update config.yml Fixed the wrong repo address used. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 95efd04..1b82465 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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'.