We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae6d1c commit d4488abCopy full SHA for d4488ab
1 file changed
.github/workflows/build-images-manifests.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Log in to the Container registry
68
uses: docker/login-action@v3.0.0
69
with:
70
- registry: ${{ env.REGISTRY }}
+ registry: ${{ env.REGISTRY_NAME }}
71
username: ${{ github.actor }}
72
password: ${{ secrets.GITHUB_TOKEN }}
73
0 commit comments