Skip to content
Snippets Groups Projects

fix(ci-cd): invalid reference format

Merged Jacopo Gasparetto requested to merge feature/api-v1 into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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}"
- |
Loading