Browse Source

test login windows

pull/1565/head
Borja García Rodríguez 4 years ago
parent
commit
b49d460139
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/basket-api.yml

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

@ -94,9 +94,9 @@ jobs:
steps:
- name: Login to Container Registry
uses: docker/login-action@v1
uses: azure/docker-login@v1
with:
registry: ${{ env.REGISTRY_HOST }}
login-server: ${{ env.REGISTRY_HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}


Loading…
Cancel
Save