|
|
|
@ -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
|
|
|
|
|