mirror of
https://gitlab.edgegamers.io/discord/ds-bot.git
synced 2025-12-06 00:22:41 -08:00
Hardcode container image again
This commit is contained in:
@@ -33,12 +33,9 @@ publish:
|
||||
image: docker:20.10.12
|
||||
stage: publish
|
||||
script:
|
||||
# - 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
|
||||
# - echo gitlab-ci-token | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
|
||||
- echo $CI_JOB_TOKEN $CI_REGISTRY
|
||||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||
- docker build --rm -t $CONTAINER_IMAGE .
|
||||
- docker build --rm -t ds-bot:main .
|
||||
- docker push $CONTAINER_IMAGE
|
||||
tags:
|
||||
- docker
|
||||
|
||||
Reference in New Issue
Block a user