Browse Source

Test login without registry variable

pull/1565/head
David Sanz 4 years ago
parent
commit
7c2a759d3a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/basket-api.yml

+ 1
- 1
.github/workflows/basket-api.yml View File

@ -22,7 +22,7 @@ jobs:
- name: Login to Container Registry - name: Login to Container Registry
uses: docker/login-action@v1 uses: docker/login-action@v1
with: with:
registry: ${{ env.registryEndpoint }}
# registry: ${{ env.registryEndpoint }}
username: ${{ secrets.USERNAME }} username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }} password: ${{ secrets.PASSWORD }}
BuildContainersForPR_Linux: BuildContainersForPR_Linux:


Loading…
Cancel
Save