Fix docker-file path for push step.
This commit is contained in:
parent
7e09f821ec
commit
d5a3747556
2
.github/workflows/basket-api.yml
vendored
2
.github/workflows/basket-api.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
|||||||
REGISTRY: ${{ env.registryEndpoint }}
|
REGISTRY: ${{ env.registryEndpoint }}
|
||||||
|
|
||||||
- name: Compose push ${{ env.image }}
|
- 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
|
working-directory: ./src
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user