mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-22 00:02:28 +00:00
Added docker auth to docker push job
This commit is contained in:
parent
506feec13d
commit
6cb669cdb1
@ -61,6 +61,8 @@ image-2.7:
|
||||
|
||||
image-latest:
|
||||
stage: release
|
||||
before_script:
|
||||
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
|
||||
script:
|
||||
- docker build -f Dockerfile . -t $CI_REGISTRY_IMAGE
|
||||
- docker tag $CI_REGISTRY_IMAGE $CI_REGISTRY_IMAGE:$CI_BUILD_REF_SLUG
|
||||
|
Loading…
Reference in New Issue
Block a user