Test login without registry variable
This commit is contained in:
parent
5aa5fdab97
commit
7c2a759d3a
2
.github/workflows/basket-api.yml
vendored
2
.github/workflows/basket-api.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user