TASK: Fix docker push url
This commit is contained in:
parent
3c29beb0d5
commit
3c3289df3c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ build:image:
|
|||
script:
|
||||
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.com
|
||||
- docker build -t registry.gitlab.com/danielsiepmann/neotags .
|
||||
- docker push registry.gitlab.com/neotags/neotags:latest
|
||||
- docker push registry.gitlab.com/danielsiepmann/neotags:latest
|
||||
# only:
|
||||
# - master
|
||||
|
||||
|
|
Loading…
Reference in a new issue