This commit is contained in:
Wolfgang Hottgenroth 2021-02-22 16:52:29 +01:00
parent 5a786f6e40
commit 59625cac68
Signed by: wn
GPG Key ID: E49AF3B9EF6DD469

View File

@ -31,7 +31,6 @@ dockerize:
rules:
- if: $CI_COMMIT_TAG
script:
- tar -xzf dist.tgz
- docker build --tag $IMAGE_NAME:latest --tag $IMAGE_NAME:$CI_COMMIT_TAG .
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker push $IMAGE_NAME:latest