Skip to content

Commit

Permalink
Correct CI secret names
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Nov 20, 2023
1 parent 7efe9b5 commit 3d08ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}

- name: Build main Sydent image
if: github.ref_name == 'main'
Expand Down

0 comments on commit 3d08ad7

Please sign in to comment.