test docker hub host
This commit is contained in:
parent
a649bbb441
commit
b9160d0389
8
.github/workflows/basket-api.yml
vendored
8
.github/workflows/basket-api.yml
vendored
@ -10,8 +10,14 @@ on:
|
|||||||
- src/BuildingBlocks/*
|
- src/BuildingBlocks/*
|
||||||
- src/Services/Basket/*
|
- src/Services/Basket/*
|
||||||
- .github/workflows/basket-api.yml
|
- .github/workflows/basket-api.yml
|
||||||
|
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- dev
|
||||||
env:
|
env:
|
||||||
REGISTRY_ENDPOINT: borjasanes
|
REGISTRY_ENDPOINT: borjasanes
|
||||||
|
REGISTRY_HOST: hub.docker.com
|
||||||
SERVICES: basket-api
|
SERVICES: basket-api
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -48,7 +54,7 @@ jobs:
|
|||||||
- name: Login to Container Registry
|
- name: Login to Container Registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
registry:
|
registry: ${{ env.REGISTRY_HOST }}
|
||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
password: ${{ secrets.PASSWORD }}
|
password: ${{ secrets.PASSWORD }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user