Skip to content

Commit 4e2154f

Browse files
committed
fix(ci): repository name must be lowercase
1 parent 6049588 commit 4e2154f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
runs-on: ubuntu-latest
114114
env:
115115
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
116-
GHCR_OWNER: ${{ github.repository_owner }}
116+
GHCR_OWNER: soulter
117117
HAS_GHCR_TOKEN: ${{ secrets.GHCR_GITHUB_TOKEN != '' }}
118118

119119
steps:

0 commit comments

Comments
 (0)