We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256e103 commit 1687a73Copy full SHA for 1687a73
1 file changed
.github/workflows/basket-api.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Login to Container Registry
51
uses: docker/login-action@v1
52
with:
53
- registry: ${{ env.registryEndpoint }}
+ registry:
54
username: ${{ secrets.USERNAME }}
55
password: ${{ secrets.PASSWORD }}
56
0 commit comments