mirror of
https://gitlab.edgegamers.io/discord/ds-bot.git
synced 2025-12-06 00:32:44 -08:00
Checking sanity
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user