From a4138c45d029d9831a5d50baeec515fa13964f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Alexander=20Str=C3=B8mseng?= Date: Thu, 18 Apr 2024 14:02:17 +0200 Subject: [PATCH] Update autoredeploy.yml also remove images --- .github/workflows/autoredeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoredeploy.yml b/.github/workflows/autoredeploy.yml index c40da8e..d969b5b 100644 --- a/.github/workflows/autoredeploy.yml +++ b/.github/workflows/autoredeploy.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Stop and remove containers and images, using docker compose down - run: docker-compose down + run: docker-compose down --rmi "all" - name: Create .env files run: | # Create .env with all variables except HOST_URL Backend