From 4ae663dfa808ef481b934f74ba37405c0b662f6f Mon Sep 17 00:00:00 2001 From: Anita Akaeze Date: Tue, 7 Mar 2023 17:42:24 -0500 Subject: [PATCH] fix ci --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2c98c36545ad..b17073df2f29 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -935,13 +935,13 @@ jobs: environment: <<: *ENVIRONMENT - run: *install-gotestsum - - run: docker build -t hashicorp/consul-enterprise:local -f ./build-support/docker/Consul-Dev.dockerfile . + - run: docker build -t consul:local -f ./build-support/docker/Consul-Dev.dockerfile . - run: name: Upgrade Integration Tests command: | mkdir -p /tmp/test-results/ cd ./test/integration/consul-container - docker run --rm hashicorp/consul-enterprise:local consul version + docker run --rm consul:local consul version gotestsum \ --raw-command \ --format=short-verbose \