Skip to content

Commit

Permalink
fix(workflow): do not use Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Apr 12, 2022
1 parent b3b0665 commit d9cc88f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Login into Docker Hub
uses: docker/login-action@v1
with:
username: auguwu
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Login into GitHub Container Registry
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit d9cc88f

Please sign in to comment.