Skip to content

Commit e4935cc

Browse files
authored
chore: fix release ghcr repo (#17915)
1 parent 2764878 commit e4935cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup_docker/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464
uses: docker/login-action@v3
6565
with:
6666
registry: ghcr.io
67-
username: ${{ github.repository_owner }}
67+
username: databendlabs
6868
password: ${{ github.token }}
6969

7070
- name: Output Registries
@@ -73,4 +73,4 @@ runs:
7373
run: |
7474
echo 'dockerhub=datafuselabs/${{ inputs.repo }}' >> $GITHUB_OUTPUT
7575
echo 'ecr=public.ecr.aws/i7g1w5q7/${{ inputs.repo }}' >> $GITHUB_OUTPUT
76-
echo 'ghcr=ghcr.io/${{ github.repository_owner }}/${{ inputs.repo }}' >> $GITHUB_OUTPUT
76+
echo 'ghcr=ghcr.io/databendlabs/${{ inputs.repo }}' >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)