Skip to content

Commit

Permalink
chore: Update Docker login secret for release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
fengye87 committed Jun 23, 2022
1 parent b01552d commit 1e79af5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ jobs:

- uses: actions/checkout@v2

- uses: docker/login-action@v1
- uses: docker/setup-qemu-action@v2

- uses: docker/setup-buildx-action@v2

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

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

0 comments on commit 1e79af5

Please sign in to comment.