Skip to content
Snippets Groups Projects
Commit 285ad56a authored by Jacopo Gasparetto's avatar Jacopo Gasparetto
Browse files

fix(ci-cd): invalid reference format

parent 5c208a4e
No related branches found
No related tags found
2 merge requests!15feat(api): expose /api/v1 directly in backend,!13fix(ci-cd): invalid reference format
Pipeline #100201 passed
......@@ -152,7 +152,7 @@ deploy-backend-docker:
- docker login -u gitlab-ci-token -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
script:
- docker pull ${BE_TEST_IMAGE}"
- docker pull "${BE_TEST_IMAGE}"
- docker tag "${BE_TEST_IMAGE}" "${BE_BASE_IMAGE}:v${VERSION}"
- docker push "${BE_BASE_IMAGE}:v${VERSION}"
- |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment