Fix indentation.
This commit is contained in:
parent
88a4cb5624
commit
6241b0725d
10
.github/workflows/basket-api.yml
vendored
10
.github/workflows/basket-api.yml
vendored
@ -55,11 +55,11 @@ jobs:
|
|||||||
- name: 'Checkout Github Action'
|
- name: 'Checkout Github Action'
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Login to Container Registry
|
- name: Login to Container Registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.registryEndpoint }}
|
registry: ${{ env.registryEndpoint }}
|
||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
password: ${{ secrets.PASSWORD }}
|
password: ${{ secrets.PASSWORD }}
|
||||||
- name: Compose build ${{ env.services }}
|
- name: Compose build ${{ env.services }}
|
||||||
run: docker-compose -f src/docker-compose.yml build ${{ env.services }}
|
run: docker-compose -f src/docker-compose.yml build ${{ env.services }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user