Skip to content

Commit 37b7f03

Browse files
ci: fix gitlab registry token
1 parent b11b169 commit 37b7f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
- uses: docker/login-action@v1
6161
with:
6262
registry: registry.gitlab.com
63-
username: ${{ secrets.GITLAB_USER }}
64-
password: ${{ secrets.GITLAB_TOKEN }}
63+
username: ${{ secrets.GITLAB_REGISTRY_USER }}
64+
password: ${{ secrets.GITLAB_REGISTRY_TOKEN }}
6565
- uses: go-semantic-release/action@v1
6666
with:
6767
bin: ./semantic-release

0 commit comments

Comments
 (0)