Skip to content

Commit b5ce758

Browse files
committed
Fix docker-compose build args
1 parent bc16e9a commit b5ce758

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
@@ -53,7 +53,7 @@ jobs:
5353
if: ${{ github.event_name != 'pull_request' }}
5454
steps:
5555
- name: Compose build ${{ env.services }}
56-
run: docker-compose build -f src/docker-compose.yml $env.services
56+
run: echo docker-compose -f src/docker-compose.yml build $env.services
5757
shell: bash
5858
env:
5959
TAG: ${{ env.branch }}

0 commit comments

Comments
 (0)