Avoid shorthand flag syntax in build scripts
This commit is contained in:
2
.github/workflows/run-tests.yaml
vendored
2
.github/workflows/run-tests.yaml
vendored
@ -85,4 +85,4 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Build the API docker image
|
||||
run: 'docker build -F packages/api .'
|
||||
run: 'docker build --file packages/api .'
|
||||
Reference in New Issue
Block a user