mirror of https://github.com/tidwall/tile38.git
gitlab fixes 2
This commit is contained in:
parent
8ae46dfda3
commit
464d7845ea
|
@ -5,7 +5,7 @@ stages:
|
|||
- build
|
||||
- push
|
||||
|
||||
.build_images: &build_images
|
||||
build_images:
|
||||
before_script:
|
||||
- echo $CI_JOB_TOKEN | docker login -u gitlab-ci-token registry.gitlab.com --password-stdin
|
||||
- docker login -u _json_key --password-stdin https://eu.gcr.io < $GITLAB_DEPLOY_BOT_KEY
|
||||
|
@ -34,7 +34,7 @@ stages:
|
|||
- docker push $GITLAB_IMAGE
|
||||
|
||||
|
||||
.push_master: &push_master
|
||||
push_master:
|
||||
before_script:
|
||||
- echo $CI_JOB_TOKEN | docker login -u gitlab-ci-token registry.gitlab.com --password-stdin
|
||||
- docker login -u _json_key --password-stdin https://eu.gcr.io < $GITLAB_DEPLOY_BOT_KEY
|
||||
|
|
Loading…
Reference in New Issue