We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa5fda commit 7c2a759Copy full SHA for 7c2a759
1 file changed
.github/workflows/basket-api.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Login to Container Registry
23
uses: docker/login-action@v1
24
with:
25
- registry: ${{ env.registryEndpoint }}
+ # registry: ${{ env.registryEndpoint }}
26
username: ${{ secrets.USERNAME }}
27
password: ${{ secrets.PASSWORD }}
28
BuildContainersForPR_Linux:
0 commit comments