Update main.yml
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
Dusty.P 2021-09-29 20:53:04 -08:00 committed by GitHub
parent 761814ec62
commit ed626a2dad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ jobs:
# uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 # uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@v1.10.0 uses: docker/login-action@v1.10.0
with: with:
registry: ${{ secrets.DR_URL }}
# Username used to log against the Docker registry # Username used to log against the Docker registry
username: ${{ secrets.DH_USERNAME }} username: ${{ secrets.DH_USERNAME }}
# Password or personal access token used to log against the Docker registry # Password or personal access token used to log against the Docker registry