Skip to content

Commit

Permalink
[ci] Updated Gitlab registry username
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed May 28, 2024
1 parent ab7d757 commit 3ea1abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: registry.gitlab.com
username: ${{ secrets.DOCKER_USER }}
username: ${{ secrets.GITLAB_DOCKER_REGISTRY_USER }}
password: ${{ secrets.GITLAB_DOCKER_REGISTRY_TOKEN }}

# Skip image builds and tests since they were done when
Expand Down

0 comments on commit 3ea1abe

Please sign in to comment.