.gitlab-ci.yml fixes

This commit is contained in:
Oscar Krause 2022-12-21 11:11:55 +01:00
parent 6afb121533
commit 00f6590a9f

View File

@ -27,7 +27,7 @@ deploy:
before_script:
- echo "COMMIT=${CI_COMMIT_SHA}" >> version.env
- source version.env
- Building docker image for commit "${COMMIT}" with version "${VERSION}"
- echo "Building docker image for commit ${COMMIT} with version ${VERSION}"
script:
- docker login -u $PUBLIC_REGISTRY_USER -p $PUBLIC_REGISTRY_TOKEN
- docker build . --tag $PUBLIC_REGISTRY_USER/${CI_PROJECT_NAME}:${VERSION}