From ed626a2dad42bf4905db74f458443a8228dffc92 Mon Sep 17 00:00:00 2001 From: "Dusty.P" Date: Wed, 29 Sep 2021 20:53:04 -0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 427bdc8..af0cbfa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,6 +26,7 @@ jobs: # uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 uses: docker/login-action@v1.10.0 with: + registry: ${{ secrets.DR_URL }} # Username used to log against the Docker registry username: ${{ secrets.DH_USERNAME }} # Password or personal access token used to log against the Docker registry