From d2a2fbb8584700ecf92e16cde14589f7dfb4aaf9 Mon Sep 17 00:00:00 2001 From: Ian Davis Date: Thu, 15 Dec 2022 15:54:08 -0800 Subject: [PATCH] Don't include network when publishing mainnet sha image --- .circleci/config.yml | 2 +- .circleci/template.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4e9ab435e..554ef911c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -588,7 +588,7 @@ jobs: command: | docker push filecoin/<>:<> if [[ ! -z $CIRCLE_SHA ]]; then - docker image tag filecoin/<>:<>-<> filecoin/<>:"${CIRCLE_SHA}" + docker image tag filecoin/<>:<>> filecoin/<>:"${CIRCLE_SHA}" docker push filecoin/<>:"${CIRCLE_SHA}" fi if [[ ! -z $CIRCLE_TAG ]]; then diff --git a/.circleci/template.yml b/.circleci/template.yml index 4c7ca9e1b..a285b81c0 100644 --- a/.circleci/template.yml +++ b/.circleci/template.yml @@ -588,7 +588,7 @@ jobs: command: | docker push filecoin/<>:<> if [["[[ ! -z $CIRCLE_SHA ]]"]]; then - docker image tag filecoin/<>:<>-<> filecoin/<>:"${CIRCLE_SHA}" + docker image tag filecoin/<>:<>> filecoin/<>:"${CIRCLE_SHA}" docker push filecoin/<>:"${CIRCLE_SHA}" fi if [["[[ ! -z $CIRCLE_TAG ]]"]]; then