From 2e1c84bd3d12ef4aa0e4596d1ff4b4622315c9df Mon Sep 17 00:00:00 2001 From: Justin Sherrill Date: Fri, 9 Aug 2024 10:30:18 -0400 Subject: [PATCH] Fix compose up in gh action --- .github/workflows/pulp.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pulp.yml b/.github/workflows/pulp.yml index 2022894..5fd115e 100644 --- a/.github/workflows/pulp.yml +++ b/.github/workflows/pulp.yml @@ -42,9 +42,10 @@ jobs: - name: Setup docker compose if: steps.pulpRelease.outputs.GIT_TAG != steps.repoRelease.outputs.tag - uses: isbang/compose-action@v1.4.1 + uses: isbang/compose-action@v2.0.1 with: - compose-file: ./docker/docker-compose.yml + compose-file: docker-compose.yml + cwd: ./docker/ down-flags: --volumes - name: Remove old files