Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Jan 3, 2025
1 parent fe46c59 commit c0f7d09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ttc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c0f7d09

Please sign in to comment.