Skip to content

Commit

Permalink
Add clean up to docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
BraunRudolf committed Jul 27, 2024
1 parent 9333ea8 commit 5ef5ed6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ jobs:
sleep 10
docker-compose -f docker-compose.prod.yml up --abort-on-container-exit
- name: Check container status
run: docker ps -a

- name: Get container logs
run: docker-compose -f docker-compose.prod.yml logs

- name: Clean up
run: docker-compose -f docker-compose.prod.yml down

0 comments on commit 5ef5ed6

Please sign in to comment.