Skip to content

Commit 9c317ec

Browse files
fix typo in workflow file
1 parent 37a1556 commit 9c317ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
tag-alias-prefix: ${{ needs.setup.outputs.tag-alias-prefix }}
6060
secrets:
6161
registry: ${{ secrets.DOCKERHUB_TOKEN && 'docker.io' || 'ghcr.io' }}
62-
registry_repo: ${{ github.repository) }}
62+
registry_repo: ${{ github.repository }}
6363
registry_username: ${{ secrets.DOCKERHUB_USERNAME || github.actor }}
6464
registry_password: ${{ secrets.DOCKERHUB_TOKEN || github.token }}
6565

0 commit comments

Comments
 (0)