Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CHKZL committed Jun 21, 2024
1 parent 62a0aaa commit 2df7f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DDTV_Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:

- uses: moomiji/docker-ddtv@v5
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_USERNAME: ddtv
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
with:
push: true
Expand Down Expand Up @@ -483,7 +483,7 @@ jobs:
needs: [Server]
runs-on: ubuntu-latest
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_USERNAME: ddtv
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
steps:
- uses: moomiji/docker-ddtv@v5
Expand Down

0 comments on commit 2df7f1b

Please sign in to comment.