Fix Action

imgbot
KieranRobson 2022-06-27 12:30:09 +01:00
parent 85870425f3
commit f104516a9b
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ jobs:
- name: Log in to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9