Better deploy (#1060)

* much better

* kill spaces

* friday typos
This commit is contained in:
Lukas Gravley 2020-12-04 17:21:08 -06:00 committed by GitHub
parent 848d9d911d
commit 682cef3a47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.GCR_USERNAME }}
username: ${{ secrets.GCR_USERNAME }}
password: ${{ secrets.GCR_TOKEN }}
###########################################

View file

@ -61,7 +61,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.GCR_USERNAME }}
username: ${{ secrets.GCR_USERNAME }}
password: ${{ secrets.GCR_TOKEN }}
###########################################