Skip to content

Commit

Permalink
chore: Update dockerhub secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
fengye87 committed Dec 11, 2024
1 parent c3676bb commit 3152052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

- uses: docker/login-action@v2
with:
username: smartxrocks
password: ${{ secrets.DOCKERHUB_PUSH_TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- id: build_virt_prerunner
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 3152052

Please sign in to comment.