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'
|
||||
uses: actions/checkout@master
|
||||
- name: Login to Container Registry
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: ${{ env.registryEndpoint }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: ${{ env.registryEndpoint }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
- name: Compose build ${{ env.services }}
|
||||
run: docker-compose -f src/docker-compose.yml build ${{ env.services }}
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user