Skip to content

Commit

Permalink
Merge pull request #16 from jlsherrill/fix_Deploy
Browse files Browse the repository at this point in the history
Fix compose up in gh action
  • Loading branch information
jlsherrill authored Aug 9, 2024
2 parents bd43ce2 + 2e1c84b commit e94d7a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e94d7a0

Please sign in to comment.