FEAT: docker image push script

This commit is contained in:
iwakitakuma33
2025-05-29 16:46:53 +09:00
parent a2c2ac185a
commit 0b876ebff6
2 changed files with 25 additions and 1 deletions

View File

@ -52,7 +52,7 @@ When using with the Claude App, you need to set up your API key and URLs directl
"GITLAB_READ_ONLY_MODE",
"-e",
"USE_GITLAB_WIKI",
"nkwd/gitlab-mcp"
"iwakitakuma/gitlab-mcp"
],
"env": {
"GITLAB_PERSONAL_ACCESS_TOKEN": "your_gitlab_token",
@ -65,6 +65,12 @@ When using with the Claude App, you need to set up your API key and URLs directl
}
```
#### Docker Image Push
```shell
$ sh scripts/image_push.sh docker_user_name
```
### Environment Variables
- `GITLAB_PERSONAL_ACCESS_TOKEN`: Your GitLab personal access token.