Skip to content

Commit 4a940d1

Browse files
committed
fix(ci): correct ghcr.io registry in docker-publish manifest
1 parent 169821e commit 4a940d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- uses: docker/login-action@v3
6363
with:
64-
registry: ghcr.ioso i
64+
registry: ghcr.io
6565
username: ${{ github.actor }}
6666
password: ${{ secrets.GITHUB_TOKEN }}
6767

0 commit comments

Comments
 (0)