Skip to content

Commit d5a3747

Browse files
committed
Fix docker-file path for push step.
1 parent 7e09f82 commit d5a3747

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/basket-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
REGISTRY: ${{ env.registryEndpoint }}
7474

7575
- name: Compose push ${{ env.image }}
76-
run: sudo -E docker-compose -f src/docker-compose.yml push ${{ env.services }}
76+
run: sudo -E docker-compose push ${{ env.services }}
7777
working-directory: ./src
7878
shell: bash
7979

0 commit comments

Comments
 (0)