1
0
Fork 0
This commit is contained in:
ssube 2019-11-01 05:18:47 -05:00 committed by Sean Sube
parent 77c1d0cde4
commit a19726e030
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ stages:
- docker build -f Dockerfile.${IMAGE_ARCH} -t ${IMAGE_TAG}-${IMAGE_ARCH} .
- docker push ${IMAGE_TAG}-${IMAGE_ARCH}
- |
[[ ${DEFAULT_ARCH} == "true" ]] && \
[[ "${DEFAULT_ARCH}" = "true" ]] && \
docker tag ${IMAGE_TAG}-${IMAGE_ARCH} ${IMAGE_TAG} && \
docker push ${IMAGE_TAG}