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:
|
login:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to Container Registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.registryEndpoint }}
|
registry: https://hub.docker.com/repository/docker/borjasanes/eshoponcontainers
|
||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
password: ${{ secrets.PASSWORD }}
|
password: ${{ secrets.PASSWORD }}
|
||||||
BuildContainersForPR_Linux:
|
BuildContainersForPR_Linux:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user