From 7c2a759d3a2edc14d5971d0fd081472828cfc9b6 Mon Sep 17 00:00:00 2001 From: David Sanz Date: Tue, 22 Dec 2020 16:12:41 +0100 Subject: [PATCH] Test login without registry variable --- .github/workflows/basket-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/basket-api.yml b/.github/workflows/basket-api.yml index 6bfdf4876..5bd384c67 100644 --- a/.github/workflows/basket-api.yml +++ b/.github/workflows/basket-api.yml @@ -22,7 +22,7 @@ jobs: - name: Login to Container Registry uses: docker/login-action@v1 with: - registry: ${{ env.registryEndpoint }} + # registry: ${{ env.registryEndpoint }} username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} BuildContainersForPR_Linux: