circle: Fix template
This commit is contained in:
parent
a38a9ea144
commit
384b6433c0
@ -762,13 +762,16 @@ jobs:
|
|||||||
name: docker push
|
name: docker push
|
||||||
command: |
|
command: |
|
||||||
docker push filecoin/lotus:<< parameters.tag >>
|
docker push filecoin/lotus:<< parameters.tag >>
|
||||||
|
docker push filecoin/lotus-gateway:<< parameters.tag >>
|
||||||
docker push filecoin/lotus-all-in-one:<< parameters.tag >>
|
docker push filecoin/lotus-all-in-one:<< parameters.tag >>
|
||||||
if [["[[ ! -z $CIRCLE_SHA1 ]]"]]; then
|
if [["[[ ! -z $CIRCLE_SHA1 ]]"]]; then
|
||||||
docker push filecoin/lotus:$CIRCLE_SHA1
|
docker push filecoin/lotus:$CIRCLE_SHA1
|
||||||
|
docker push filecoin/lotus-gateway:$CIRCLE_SHA1
|
||||||
docker push filecoin/lotus-all-in-one:$CIRCLE_SHA1
|
docker push filecoin/lotus-all-in-one:$CIRCLE_SHA1
|
||||||
fi
|
fi
|
||||||
if [["[[ ! -z $CIRCLE_TAG ]]"]]; then
|
if [["[[ ! -z $CIRCLE_TAG ]]"]]; then
|
||||||
docker push filecoin/lotus:$CIRCLE_TAG
|
docker push filecoin/lotus:$CIRCLE_TAG
|
||||||
|
docker push filecoin/lotus-gateway:$CIRCLE_TAG
|
||||||
docker push filecoin/lotus-all-in-one:$CIRCLE_TAG
|
docker push filecoin/lotus-all-in-one:$CIRCLE_TAG
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user