Skip to content

Commit 4ed895b

Browse files
committed
fix: update Docker Hub repository username in workflow
1 parent f497924 commit 4ed895b

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

.github/workflows/docker-publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,29 @@ on:
77
jobs:
88
docker:
99
runs-on: ubuntu-latest
10-
10+
1111
steps:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
14-
14+
1515
- name: Set up Docker Buildx
1616
uses: docker/setup-buildx-action@v3
17-
17+
1818
- name: Login to Docker Hub
1919
uses: docker/login-action@v3
2020
with:
2121
username: ${{ secrets.DOCKERHUB_USERNAME }}
2222
password: ${{ secrets.DOCKERHUB_TOKEN }}
23-
23+
2424
- name: Extract metadata for Docker
2525
id: meta
2626
uses: docker/metadata-action@v5
2727
with:
28-
images: ${{ secrets.DOCKERHUB_REPO_USERNAME }}/gitlab-mcp
28+
images: iwakitakuma/gitlab-mcp
2929
tags: |
3030
type=semver,pattern={{version}}
3131
latest
32-
32+
3333
- name: Build and push Docker image
3434
uses: docker/build-push-action@v5
3535
with:

CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
> 15 August 2025
44
55
- 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)
176

187
#### [v1.0.76](https://github.com/zereight/gitlab-mcp/compare/v1.0.75...v1.0.76)
198

0 commit comments

Comments
 (0)