From c0f7d0990f53500dd0f9a95c28f19a04528bca46 Mon Sep 17 00:00:00 2001 From: sundy-li <543950155@qq.com> Date: Fri, 3 Jan 2025 09:51:26 +0800 Subject: [PATCH] update --- .github/workflows/ttc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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