We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70703a commit eeb627eCopy full SHA for eeb627e
.github/workflows/docker.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Log in to the Container registry
25
uses: docker/login-action@v3
26
with:
27
- registry: ghcr.io
+ registry: ${{ env.REGISTRY }}
28
username: includable
29
password: ${{ secrets.GITHUB_TOKEN }}
30
0 commit comments