File tree Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
docker :
9
9
runs-on : ubuntu-latest
10
-
10
+
11
11
steps :
12
12
- name : Checkout code
13
13
uses : actions/checkout@v4
14
-
14
+
15
15
- name : Set up Docker Buildx
16
16
uses : docker/setup-buildx-action@v3
17
-
17
+
18
18
- name : Login to Docker Hub
19
19
uses : docker/login-action@v3
20
20
with :
21
21
username : ${{ secrets.DOCKERHUB_USERNAME }}
22
22
password : ${{ secrets.DOCKERHUB_TOKEN }}
23
-
23
+
24
24
- name : Extract metadata for Docker
25
25
id : meta
26
26
uses : docker/metadata-action@v5
27
27
with :
28
- images : ${{ secrets.DOCKERHUB_REPO_USERNAME }} /gitlab-mcp
28
+ images : iwakitakuma /gitlab-mcp
29
29
tags : |
30
30
type=semver,pattern={{version}}
31
31
latest
32
-
32
+
33
33
- name : Build and push Docker image
34
34
uses : docker/build-push-action@v5
35
35
with :
Original file line number Diff line number Diff line change 3
3
> 15 August 2025
4
4
5
5
- User based authentication methods [ ` #130 ` ] ( https://github.com/zereight/gitlab-mcp/pull/130 )
6
- - FIX: flexible boolean [ ` #201 ` ] ( https://github.com/zereight/gitlab-mcp/pull/201 )
7
- - feat(attachement): download attachement, e.g. images [ ` #200 ` ] ( https://github.com/zereight/gitlab-mcp/pull/200 )
8
- - FEAT: merge MR [ ` #193 ` ] ( https://github.com/zereight/gitlab-mcp/pull/193 )
9
- - FEAT: get draft note [ ` #197 ` ] ( https://github.com/zereight/gitlab-mcp/pull/197 )
10
- - feat: Add createDraftNote api support, useful for bulk code review [ ` #183 ` ] ( https://github.com/zereight/gitlab-mcp/pull/183 )
11
- - feat: add my_issues and list_project_members tools [ ` #133 ` ] ( https://github.com/zereight/gitlab-mcp/pull/133 )
12
- - feat(pipeline): Add list_pipeline_trigger_jobs tools [ ` #194 ` ] ( https://github.com/zereight/gitlab-mcp/pull/194 )
13
- - (feat): add tool to upload file for markdown content [ ` #196 ` ] ( https://github.com/zereight/gitlab-mcp/pull/196 )
14
- - feat: replace GITLAB_LOCK_PROJECT with GITLAB_ALLOWED_PROJECT_IDS [ ` 009ad97 ` ] ( https://github.com/zereight/gitlab-mcp/commit/009ad97ef74f06b58319a08fdda11253e629b077 )
15
- - feat: add GITLAB_LOCK_PROJECT environment variable [ ` c899a7d ` ] ( https://github.com/zereight/gitlab-mcp/commit/c899a7dc3be63bbfce25a715cd3d910255604c0b )
16
- - FIX [ ` 19b7254 ` ] ( https://github.com/zereight/gitlab-mcp/commit/19b725447acfbc35d4c6ae3d6f07de7df6d5d0c8 )
17
6
18
7
#### [ v1.0.76] ( https://github.com/zereight/gitlab-mcp/compare/v1.0.75...v1.0.76 )
19
8
You can’t perform that action at this time.
0 commit comments