Skip to content

Commit

Permalink
ci: fix gitlab registry token
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Oct 13, 2024
1 parent b11b169 commit 37b7f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37b7f03

Please sign in to comment.