Browse Source

Fix docker-file path for push step.

pull/1565/head
David Sanz 4 years ago
parent
commit
d5a3747556
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

@ -73,7 +73,7 @@ jobs:
REGISTRY: ${{ env.registryEndpoint }}
- name: Compose push ${{ env.image }}
run: sudo -E docker-compose -f src/docker-compose.yml push ${{ env.services }}
run: sudo -E docker-compose push ${{ env.services }}
working-directory: ./src
shell: bash


Loading…
Cancel
Save