diff --git a/.github/workflows/ttc.yml b/.github/workflows/ttc.yml index de7ee8819..325208663 100644 --- a/.github/workflows/ttc.yml +++ b/.github/workflows/ttc.yml @@ -25,12 +25,12 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v3 with: - username: ${{ secrets.SUNDY_DOCKERHUB_USERNAME }} - password: ${{ secrets.SUNDY_DOCKERHUB_TOKEN }} + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push uses: docker/build-push-action@v2 with: push: true file: ./ttc/Dockerfile - tags: sundyli/ttc-rust:latest + tags: datafuselabs/ttc-rust:latest