Rename CI token variable
This commit is contained in:
parent
8f69e9a2d4
commit
76da536bbd
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ dockerimage_builder:
|
|||
- docker:dind
|
||||
script:
|
||||
- docker pull $DOCKER_IMAGE_BUILDER || true
|
||||
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
|
||||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||
- make builderimg
|
||||
- docker push $DOCKER_IMAGE_BUILDER
|
||||
tags:
|
||||
|
|
@ -41,7 +41,7 @@ dockerimage_security_scanner:
|
|||
- docker:dind
|
||||
script:
|
||||
- docker pull $DOCKER_IMAGE_SECURITY_SCANNER || true
|
||||
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
|
||||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||
- make secscanimg
|
||||
- docker push $DOCKER_IMAGE_SECURITY_SCANNER
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue