Skip to content

Commit 684e505

Browse files
committed
Fix setup
1 parent 8665abe commit 684e505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Login to Dockerhub
2828
uses: docker/login-action@v3
2929
with:
30-
repository: ghcr.io
30+
registry: ghcr.io
3131
username: slacrherbst
3232
password: ${{ secrets.GH_TOKEN }}
3333

0 commit comments

Comments
 (0)