From 83199661cef969e3c17a121e36e9c10713a18faf Mon Sep 17 00:00:00 2001 From: Ian Davis Date: Thu, 28 Jul 2022 20:24:50 -0700 Subject: [PATCH] Add separate names to build-and-push-image jobs --- .circleci/config.yml | 2 ++ .circleci/template.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f4b05b730..b4962c479 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1118,12 +1118,14 @@ workflows: only: - /^v\d+\.\d+\.\d+(-rc\d+)?$/ - build-and-push-image: + name: build-and-push lotus-all-in-one dockerfile: Dockerfile.lotus path: . repo: lotus-dev tag: '${CIRCLE_SHA1:0:8}' target: lotus-all-in-one - build-and-push-image: + name: build-and-push lotus-test dockerfile: Dockerfile.lotus path: . repo: lotus-test diff --git a/.circleci/template.yml b/.circleci/template.yml index 820b2fa92..c401f655c 100644 --- a/.circleci/template.yml +++ b/.circleci/template.yml @@ -878,12 +878,14 @@ workflows: only: - /^v\d+\.\d+\.\d+(-rc\d+)?$/ - build-and-push-image: + name: build-and-push/lotus-all-in-one dockerfile: Dockerfile.lotus path: . repo: lotus-dev tag: '${CIRCLE_SHA1:0:8}' target: lotus-all-in-one - build-and-push-image: + name: build-and-push/lotus-test dockerfile: Dockerfile.lotus path: . repo: lotus-test