Skip to content
Snippets Groups Projects
Commit 37b7f038 authored by Christoph Witzko's avatar Christoph Witzko
Browse files

ci: fix gitlab registry token

parent b11b1695
No related branches found
No related tags found
No related merge requests found
......@@ -60,8 +60,8 @@ jobs:
- uses: docker/login-action@v1
with:
registry: registry.gitlab.com
username: ${{ secrets.GITLAB_USER }}
password: ${{ secrets.GITLAB_TOKEN }}
username: ${{ secrets.GITLAB_REGISTRY_USER }}
password: ${{ secrets.GITLAB_REGISTRY_TOKEN }}
- uses: go-semantic-release/action@v1
with:
bin: ./semantic-release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment