Browse Source

Fix indentation.

pull/1565/head
David Sanz 4 years ago
parent
commit
6241b0725d
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      .github/workflows/basket-api.yml

+ 5
- 5
.github/workflows/basket-api.yml View File

@ -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…
Cancel
Save