Change docker username secret to github repo owner

This commit is contained in:
Liam Tiemon 2021-07-14 19:15:56 -04:00 committed by GitHub
parent 9683e3bfd6
commit c576878ff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
username: ${{ github.repository_owner }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v1