test registry
This commit is contained in:
parent
1980677665
commit
c26c6d9a05
4
.github/workflows/basket-api.yml
vendored
4
.github/workflows/basket-api.yml
vendored
@ -19,10 +19,10 @@ jobs:
|
||||
login:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Login to GitHub Container Registry
|
||||
- name: Login to Container Registry
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: ${{ env.registryEndpoint }}
|
||||
registry: https://hub.docker.com/repository/docker/borjasanes/eshoponcontainers
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
BuildContainersForPR_Linux:
|
||||
|
Loading…
x
Reference in New Issue
Block a user