Correct CI secret names
This commit is contained in:
parent
7efe9b5404
commit
3d08ad7123
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user