Skip to content

Commit 0d969e4

Browse files
authored
[inventory][fix] docker-compose -> docker compose (#2295)
1 parent 07e0ded commit 0d969e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
shell: bash
8383
run: |
8484
yq '.services.fixcore.environment += "FIXCORE_MODEL_FROM_PLUGINS=true"' docker-compose.yaml > docker-compose-model-gen.yaml
85-
PSK= FIXCORE_ANALYTICS_OPT_OUT=true docker-compose -f docker-compose-model-gen.yaml up -d
85+
PSK= FIXCORE_ANALYTICS_OPT_OUT=true docker compose -f docker-compose-model-gen.yaml up -d
8686
cd ${{ github.workspace }}/docs.fix.security/docs/resources
8787
python3 ${{ github.workspace }}/docs.fix.security/tools/export_models.py
8888
@@ -346,7 +346,7 @@ jobs:
346346
shell: bash
347347
run: |
348348
yq '.services.fixcore.environment += "FIXCORE_MODEL_FROM_PLUGINS=true"' docker-compose.yaml > docker-compose-model-gen.yaml
349-
PSK= FIXCORE_ANALYTICS_OPT_OUT=true docker-compose -f docker-compose-model-gen.yaml up -d
349+
PSK= FIXCORE_ANALYTICS_OPT_OUT=true docker compose -f docker-compose-model-gen.yaml up -d
350350
cd ${{ github.workspace }}/inventory.fix.security/versioned_docs/version-${{ steps.release.outputs.docsVersion }}/reference/unified-data-model
351351
python3 ${{ github.workspace }}/inventory.fix.security/tools/export_models.py
352352

0 commit comments

Comments
 (0)