fix: Login to docker using https

This commit is contained in:
Robert Prehn 2020-12-19 13:30:24 -06:00
parent 0af955737d
commit 60057cd0eb

View file

@ -28,13 +28,13 @@
"@semantic-release/git",
{
"path": "semantic-release-docker",
"registryUrl": "registry.gitlab.com/mythic-insight/legendary"
"registryUrl": "https://registry.gitlab.com/mythic-insight/legendary"
}
],
"publish": [
{
"path": "semantic-release-docker",
"name": "registry.gitlab.com/mythic-insight/legendary"
"name": "https://registry.gitlab.com/mythic-insight/legendary"
}
]
}