Skip to content

Commit ac8440b

Browse files
committed
fix
1 parent d820de3 commit ac8440b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ jobs:
9393
- name: Login to Docker Hub
9494
uses: docker/login-action@v3
9595
with:
96-
username: infiniflow
96+
username: yuzhichang
9797
password: ${{ secrets.DOCKERHUB_TOKEN }}
9898

9999
# https://github.com/marketplace/actions/build-and-push-docker-images
100100
- name: Build and push
101101
uses: docker/build-push-action@v5
102102
with:
103103
context: .
104-
tags: infiniflow/infinity:${{ env.RELEASE_TAG }}
104+
tags: yuzhichang/bkdtree:${{ env.RELEASE_TAG }}
105105
file: Dockerfile
106106
push: true

0 commit comments

Comments
 (0)