From ca19fa9239004fd732838923966088fb47103702 Mon Sep 17 00:00:00 2001 From: alondhe Date: Wed, 3 Jan 2024 19:12:57 -0800 Subject: [PATCH] Trying docker compose (no hyphen) in achilles ci --- .github/workflows/achilles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/achilles.yml b/.github/workflows/achilles.yml index a5d4a4b..3d9b0c6 100644 --- a/.github/workflows/achilles.yml +++ b/.github/workflows/achilles.yml @@ -18,7 +18,7 @@ jobs: - name: Write Github PAT secret file run: echo ${{ secrets.GH_TOKEN }} > ./secrets/github_pat - name: Build and run achilles container - run: docker-compose --env-file .env --profile achilles up -d + run: docker compose --env-file .env --profile achilles up -d - name: Use busybox container to grab log file and verify no errors run: | sleep 30