We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2764878 commit e4935ccCopy full SHA for e4935cc
.github/actions/setup_docker/action.yml
@@ -64,7 +64,7 @@ runs:
64
uses: docker/login-action@v3
65
with:
66
registry: ghcr.io
67
- username: ${{ github.repository_owner }}
+ username: databendlabs
68
password: ${{ github.token }}
69
70
- name: Output Registries
@@ -73,4 +73,4 @@ runs:
73
run: |
74
echo 'dockerhub=datafuselabs/${{ inputs.repo }}' >> $GITHUB_OUTPUT
75
echo 'ecr=public.ecr.aws/i7g1w5q7/${{ inputs.repo }}' >> $GITHUB_OUTPUT
76
- echo 'ghcr=ghcr.io/${{ github.repository_owner }}/${{ inputs.repo }}' >> $GITHUB_OUTPUT
+ echo 'ghcr=ghcr.io/databendlabs/${{ inputs.repo }}' >> $GITHUB_OUTPUT
0 commit comments