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 d820de3 commit ac8440bCopy full SHA for ac8440b
.github/workflows/release.yml
@@ -93,14 +93,14 @@ jobs:
93
- name: Login to Docker Hub
94
uses: docker/login-action@v3
95
with:
96
- username: infiniflow
+ username: yuzhichang
97
password: ${{ secrets.DOCKERHUB_TOKEN }}
98
99
# https://github.com/marketplace/actions/build-and-push-docker-images
100
- name: Build and push
101
uses: docker/build-push-action@v5
102
103
context: .
104
- tags: infiniflow/infinity:${{ env.RELEASE_TAG }}
+ tags: yuzhichang/bkdtree:${{ env.RELEASE_TAG }}
105
file: Dockerfile
106
push: true
0 commit comments