From d61bb368f716e2ed3aedb80ecf5b19c4f936df0c Mon Sep 17 00:00:00 2001 From: Matthias Veit Date: Thu, 5 Dec 2024 17:25:37 +0100 Subject: [PATCH] [inventory][fix] docker-compose no pull info (#2297) --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 67a3ada1e..e91fd803c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -82,7 +82,7 @@ jobs: shell: bash run: | yq '.services.fixcore.environment += "FIXCORE_MODEL_FROM_PLUGINS=true"' docker-compose.yaml > docker-compose-model-gen.yaml - PSK= FIXCORE_ANALYTICS_OPT_OUT=true docker compose -f docker-compose-model-gen.yaml up -d + PSK= FIXCORE_ANALYTICS_OPT_OUT=true docker compose -f docker-compose-model-gen.yaml up -d --quiet-pull cd ${{ github.workspace }}/docs.fix.security/docs/resources python3 ${{ github.workspace }}/docs.fix.security/tools/export_models.py @@ -346,7 +346,7 @@ jobs: shell: bash run: | yq '.services.fixcore.environment += "FIXCORE_MODEL_FROM_PLUGINS=true"' docker-compose.yaml > docker-compose-model-gen.yaml - PSK= FIXCORE_ANALYTICS_OPT_OUT=true docker compose -f docker-compose-model-gen.yaml up -d + PSK= FIXCORE_ANALYTICS_OPT_OUT=true docker compose -f docker-compose-model-gen.yaml up -d --quiet-pull cd ${{ github.workspace }}/inventory.fix.security/versioned_docs/version-${{ steps.release.outputs.docsVersion }}/reference/unified-data-model python3 ${{ github.workspace }}/inventory.fix.security/tools/export_models.py