Browse Source

Fix login

pull/1565/head
David Sanz 4 years ago
parent
commit
1687a73c25
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/basket-api.yml

+ 1
- 1
.github/workflows/basket-api.yml View File

@ -50,7 +50,7 @@ jobs:
- name: Login to Container Registry
uses: docker/login-action@v1
with:
registry: ${{ env.registryEndpoint }}
registry:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}


Loading…
Cancel
Save