Fix varible usage in bash
This commit is contained in:
parent
99ae98902e
commit
bc16e9ad57
2
.github/workflows/basket-api.yml
vendored
2
.github/workflows/basket-api.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
steps:
|
||||
- name: Compose build ${{ env.services }}
|
||||
run: docker-compose build -f src/docker-compose.yml ${{ env.services }}
|
||||
run: docker-compose build -f src/docker-compose.yml $env.services
|
||||
shell: bash
|
||||
env:
|
||||
TAG: ${{ env.branch }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user