fix typo
This commit is contained in:
parent
77c1d0cde4
commit
a19726e030
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue