Skip to content

Commit

Permalink
Update Docker Hub login
Browse files Browse the repository at this point in the history
Use new token and remove unnecessary encryption of username.
  • Loading branch information
victorlin committed Dec 20, 2022
1 parent 960fb5b commit 7cb1b8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:
- uses: docker/login-action@v1
with:
registry: docker.io
username: ${{ secrets.DOCKER_LOGIN }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: nextstrainbot
password: ${{ secrets.DOCKER_TOKEN }}

- name: Copy $TAG images to Docker Hub
run: ./devel/copy-images -i ghcr.io -o docker.io -t ${{ needs.build.outputs.tag }}
Expand All @@ -117,8 +117,8 @@ jobs:
- uses: docker/login-action@v1
with:
registry: docker.io
username: ${{ secrets.DOCKER_LOGIN }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: nextstrainbot
password: ${{ secrets.DOCKER_TOKEN }}

- name: Copy $TAG + latest images to Docker Hub
run: |
Expand Down

0 comments on commit 7cb1b8f

Please sign in to comment.