We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7d757 commit 3ea1abeCopy full SHA for 3ea1abe
.github/workflows/branch.yml
@@ -52,7 +52,7 @@ jobs:
52
uses: docker/login-action@v1
53
with:
54
registry: registry.gitlab.com
55
- username: ${{ secrets.DOCKER_USER }}
+ username: ${{ secrets.GITLAB_DOCKER_REGISTRY_USER }}
56
password: ${{ secrets.GITLAB_DOCKER_REGISTRY_TOKEN }}
57
58
# Skip image builds and tests since they were done when
0 commit comments