Skip to content

Commit eeb627e

Browse files
committed
feat: cleanup
1 parent c70703a commit eeb627e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Log in to the Container registry
2525
uses: docker/login-action@v3
2626
with:
27-
registry: ghcr.io
27+
registry: ${{ env.REGISTRY }}
2828
username: includable
2929
password: ${{ secrets.GITHUB_TOKEN }}
3030

0 commit comments

Comments
 (0)