Test login registry empty
This commit is contained in:
parent
7c2a759d3a
commit
99ae98902e
4
.github/workflows/basket-api.yml
vendored
4
.github/workflows/basket-api.yml
vendored
@ -11,7 +11,7 @@ on:
|
||||
- src/Services/Basket/*
|
||||
- .github/workflows/basket-api.yml
|
||||
env:
|
||||
registryEndpoint: hub.docker.com
|
||||
registryEndpoint:
|
||||
services: basket-api
|
||||
image: basket.api
|
||||
branch: $(echo ${GITHUB_REF#refs/heads/})
|
||||
@ -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