Skip to content

Commit ab49391

Browse files
committed
ci(github-actions): authenticate to registry.gitlab.com as @RecapTimeBot instead of its Service Account version
This should fix the auth error issues.
1 parent 33fc8ac commit ab49391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
uses: docker/login-action@v2
3030
with:
3131
registry: registry.gitlab.com
32-
username: ${{ secrets.RTDEVBOT_GITLAB_SERVICE_ACCOUNT }}
33-
password: ${{ secrets.RTDEVBOT_GITLAB_REGISTRY_TOKEN }}
32+
username: ${{ secrets.RTDEVBOT_GITLAB_USERNAME }}
33+
password: ${{ secrets.RTDEVBOT_GITLAB_TOKEN }}
3434

3535
- name: Generate metadata for Docker images
3636
id: meta

0 commit comments

Comments
 (0)