Browse Source

Test login registry empty

pull/1565/head
David Sanz 4 years ago
parent
commit
99ae98902e
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

@ -11,7 +11,7 @@ on:
- src/Services/Basket/*
- .github/workflows/basket-api.yml
env:
registryEndpoint: hub.docker.com
registryEndpoint:
services: basket-api
image: basket.api
branch: $(echo ${GITHUB_REF#refs/heads/})
@ -22,7 +22,7 @@ jobs:
- name: Login to Container Registry
uses: docker/login-action@v1
with:
# registry: ${{ env.registryEndpoint }}
registry: ${{ env.registryEndpoint }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
BuildContainersForPR_Linux:


Loading…
Cancel
Save