Add separate names to build-and-push-image jobs

This commit is contained in:
Ian Davis 2022-07-28 20:24:50 -07:00
parent 7f1b4dc438
commit 83199661ce
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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