fix: Login to docker using https
This commit is contained in:
parent
0af955737d
commit
60057cd0eb
1 changed files with 2 additions and 2 deletions
|
@ -28,13 +28,13 @@
|
||||||
"@semantic-release/git",
|
"@semantic-release/git",
|
||||||
{
|
{
|
||||||
"path": "semantic-release-docker",
|
"path": "semantic-release-docker",
|
||||||
"registryUrl": "registry.gitlab.com/mythic-insight/legendary"
|
"registryUrl": "https://registry.gitlab.com/mythic-insight/legendary"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"publish": [
|
"publish": [
|
||||||
{
|
{
|
||||||
"path": "semantic-release-docker",
|
"path": "semantic-release-docker",
|
||||||
"name": "registry.gitlab.com/mythic-insight/legendary"
|
"name": "https://registry.gitlab.com/mythic-insight/legendary"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue