Checking sanity

This commit is contained in:
MSWS
2023-04-12 19:19:14 -07:00
parent 671357d8b8
commit 0c79ca418e

View File

@@ -33,7 +33,8 @@ publish:
image: docker:20.10.12
stage: publish
script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
# - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker build --rm -t $CONTAINER_IMAGE .
- docker push $CONTAINER_IMAGE
tags: