chore: Change registry domain name
This commit is contained in:
parent
61f7a66747
commit
d884932670
2 changed files with 4 additions and 4 deletions
|
@ -21,8 +21,8 @@ build:
|
||||||
stage: build
|
stage: build
|
||||||
image: "docker"
|
image: "docker"
|
||||||
script:
|
script:
|
||||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
- docker login -u $CI_JOB_USER -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||||
- docker build --pull -t gitlab.com/mythic-insight/legendary/legendary .
|
- docker build --pull -t registry.gitlab.com/mythic-insight/legendary/legendary .
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
@ -29,13 +29,13 @@
|
||||||
"@semantic-release/git",
|
"@semantic-release/git",
|
||||||
{
|
{
|
||||||
"path": "semantic-release-docker",
|
"path": "semantic-release-docker",
|
||||||
"registryUrl": "gitlab.com/mythic-insight/legendary/legendary"
|
"registryUrl": "registry.gitlab.com/mythic-insight/legendary/legendary"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"publish": [
|
"publish": [
|
||||||
{
|
{
|
||||||
"path": "semantic-release-docker",
|
"path": "semantic-release-docker",
|
||||||
"name": "gitlab.com/mythic-insight/legendary/legendary"
|
"name": "registry.gitlab.com/mythic-insight/legendary/legendary"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue