Skip to content
Snippets Groups Projects
Commit ef59b3ee authored by stevereis's avatar stevereis
Browse files

feat: Add Semantic Release

parent 7700f1bf
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -98,14 +98,8 @@ ...@@ -98,14 +98,8 @@
{ {
"url": "registry.gitlab.com", "url": "registry.gitlab.com",
"imageName": "registry.gitlab.com/sibmip/gateway-semantic-release", "imageName": "registry.gitlab.com/sibmip/gateway-semantic-release",
"user": "CI_REGISTRY_USER", "user": "GITLAB_USER",
"password": "CI_REGISTRY_PASSWORD" "password": "GITLAB_TOKEN"
},
{
"url": "docker.io",
"imageName": "docker.io/myuser/myapp",
"user": "DOCKER_REGISTRY_USER",
"password": "DOCKER_REGISTRY_PASSWORD"
} }
], ],
"additionalTags": [ "additionalTags": [
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment