Skip to content

Commit bda544c

Browse files
iwakitakuma33iwakitakuma
andauthored
FIX: docker hub repo user name (#210)
Co-authored-by: iwakitakuma <[email protected]>
1 parent 7e985af commit bda544c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: meta
2626
uses: docker/metadata-action@v5
2727
with:
28-
images: ${{ secrets.DOCKERHUB_USERNAME }}/gitlab-mcp
28+
images: ${{ secrets.DOCKERHUB_REPO_USERNAME }}/gitlab-mcp
2929
tags: |
3030
type=semver,pattern={{version}}
3131
latest

0 commit comments

Comments
 (0)