Fix indentation.

This commit is contained in:
David Sanz 2020-12-22 17:09:43 +01:00
parent 88a4cb5624
commit 6241b0725d

View File

@ -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