Browse Source

Fix docker-compose build args

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

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

@ -53,7 +53,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Compose build ${{ env.services }}
run: docker-compose build -f src/docker-compose.yml $env.services
run: echo docker-compose -f src/docker-compose.yml build $env.services
shell: bash
env:
TAG: ${{ env.branch }}


Loading…
Cancel
Save