Avoid shorthand flag syntax in build scripts

This commit is contained in:
Jackson Harper
2022-04-04 08:44:00 -07:00
parent bc7767bec1
commit b9300d3f30

View File

@ -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 .'