Skip to content

Commit 7c2a759

Browse files
committed
Test login without registry variable
1 parent 5aa5fda commit 7c2a759

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/basket-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)