diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4462e0d0972b4ea98b0bb8fe8a23783be89ae58a..21a91a0a3101d57eb6006ee8689d658a3576ce73 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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