add cleanup step

This commit is contained in:
Colin Griffin
2022-05-20 13:35:42 -04:00
parent fc2feee502
commit 00f74b0bd7

View File

@@ -71,5 +71,9 @@ jobs:
NEXT_PUBLIC_APP_URL=http://localhost:3000
DATABASE_URL=${DATABASE_URL}
- name: Cleanup
run: |
docker compose down
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}