Fixed docker push command in CI config.
This commit is contained in:
parent
824694c811
commit
4b759d724b
1 changed files with 1 additions and 1 deletions
|
@ -25,4 +25,4 @@ docker_build_push:
|
|||
script:
|
||||
- docker build -t "s3lph/matemat:$(git rev-parse HEAD)" .
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_TOKEN registry.gitlab.com
|
||||
- docker push registry.gitlab.com/s3lph/matemat
|
||||
- docker push "s3lph/matemat:$(git rev-parse HEAD)"
|
||||
|
|
Loading…
Reference in a new issue