fix secret names
This commit is contained in:
parent
ec0c12c190
commit
5253214e92
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -36,8 +36,8 @@ jobs:
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- name: Push to Docker Hub
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user