File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -211,15 +211,15 @@ jobs:
211211 - docker-build :
212212 registry : docker.io,quay.io
213213 image : sameersbn/gitlab
214- tag : ${CIRCLE_TAG:-latest }
214+ tag : ${CIRCLE_TAG}
215215 cache_from : docker.io/sameersbn/gitlab:latest
216216 extra_build_args : ' --build-arg VCS_REF=${CIRCLE_TAG:-${CIRCLE_SHA1}} --build-arg BUILD_DATE="$(date +"%Y-%m-%d %H:%M:%S%:z")"'
217217 no_output_timeout : 45m
218218 use-buildkit : true
219219 - docker-save :
220220 registry : docker.io,quay.io
221221 image : sameersbn/gitlab
222- tag : ${CIRCLE_TAG:-latest }
222+ tag : ${CIRCLE_TAG}
223223
224224 test :
225225 executor : docker/machine
@@ -229,7 +229,7 @@ jobs:
229229 - run :
230230 name : Update tag in docker-compose.yml
231231 command : |
232- sed -i "s|image: sameersbn/gitlab:.*|image: sameersbn/gitlab:${CIRCLE_TAG:-latest }|" docker-compose.yml
232+ sed -i "s|image: sameersbn/gitlab:.*|image: sameersbn/gitlab:${CIRCLE_TAG}|" docker-compose.yml
233233 - run :
234234 name : Launch gitlab stack
235235 command : docker-compose up -d --quiet-pull
@@ -259,7 +259,7 @@ jobs:
259259 - docker-publish :
260260 registry : docker.io
261261 image : sameersbn/gitlab
262- tag : ${CIRCLE_TAG:-latest }
262+ tag : ${CIRCLE_TAG}
263263
264264 publish-quay :
265265 executor : docker/machine
@@ -272,7 +272,7 @@ jobs:
272272 - docker-publish :
273273 registry : quay.io
274274 image : sameersbn/gitlab
275- tag : ${CIRCLE_TAG:-latest }
275+ tag : ${CIRCLE_TAG}
276276
277277 release :
278278 executor :
You can’t perform that action at this time.
0 commit comments