We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af65c96 commit eae69fdCopy full SHA for eae69fd
.github/workflows/build.yaml
@@ -16,6 +16,9 @@ jobs:
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v3
19
+ - name: Clean compose volumes before running
20
+ if: always()
21
+ run: docker volume rm $(docker volume ls -q )
22
- name: Start compose
23
run: docker-compose -f "docker-compose.yaml" up --build
24
- name: Stop compose
0 commit comments