Skip to content

Commit 99ae989

Browse files
committed
Test login registry empty
1 parent 7c2a759 commit 99ae989

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/basket-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- src/Services/Basket/*
1212
- .github/workflows/basket-api.yml
1313
env:
14-
registryEndpoint: hub.docker.com
14+
registryEndpoint:
1515
services: basket-api
1616
image: basket.api
1717
branch: $(echo ${GITHUB_REF#refs/heads/})
@@ -22,7 +22,7 @@ jobs:
2222
- name: Login to Container Registry
2323
uses: docker/login-action@v1
2424
with:
25-
# registry: ${{ env.registryEndpoint }}
25+
registry: ${{ env.registryEndpoint }}
2626
username: ${{ secrets.USERNAME }}
2727
password: ${{ secrets.PASSWORD }}
2828
BuildContainersForPR_Linux:

0 commit comments

Comments
 (0)