We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc16e9a commit b5ce758Copy full SHA for b5ce758
1 file changed
.github/workflows/basket-api.yml
@@ -53,7 +53,7 @@ jobs:
53
if: ${{ github.event_name != 'pull_request' }}
54
steps:
55
- name: Compose build ${{ env.services }}
56
- run: docker-compose build -f src/docker-compose.yml $env.services
+ run: echo docker-compose -f src/docker-compose.yml build $env.services
57
shell: bash
58
env:
59
TAG: ${{ env.branch }}
0 commit comments