This repository was archived by the owner on Nov 1, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3232 - run :
3333 name : Tag resulting build image
3434 command : |
35- if [ "${CIRCLE_BRANCH}" = "master" ] && [ ! -z "${CIRCLE_TAG:-}" ];
35+ if [ ! -z "${CIRCLE_TAG:-}" ];
3636 then
3737 docker tag hassioaddons/qemu-user-static:test "hassioaddons/qemu-user-static:${CIRCLE_TAG:-}"
3838 docker tag hassioaddons/qemu-user-static:test hassioaddons/qemu-user-static:latest
@@ -49,15 +49,15 @@ jobs:
4949 command : |
5050 if [ "${CIRCLE_BRANCH}" = "master" ]; then
5151 docker push hassioaddons/qemu-user-static:test
52- if [ ! -z "${CIRCLE_TAG:-}" ]; then
53- docker push "hassioaddons/qemu-user-static: ${CIRCLE_TAG:-}"
54- docker push hassioaddons/qemu-user-static:latest
55- fi
52+ fi
53+ if [ ! -z " ${CIRCLE_TAG:-}" ]; then
54+ docker push " hassioaddons/qemu-user-static:${CIRCLE_TAG:-}"
55+ docker push hassioaddons/qemu-user-static:latest
5656 fi
5757 - run :
5858 name : Pack & release binaries on GitHub
5959 command : |
60- if [ "${CIRCLE_BRANCH}" = "master" ] && [ ! -z "${CIRCLE_TAG:-}" ];
60+ if [ ! -z "${CIRCLE_TAG:-}" ];
6161 then
6262 cd build
6363 for file in $FILES; do
You can’t perform that action at this time.
0 commit comments