From e268ea3579e94a732aaa7884ef9f0e5f08ebab02 Mon Sep 17 00:00:00 2001 From: kmaxi Date: Wed, 9 Oct 2024 14:08:45 +0200 Subject: [PATCH] Clean up old images after deploying --- .github/workflows/cicd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index a8cbc8a..1f9f1ba 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -70,6 +70,7 @@ jobs: export COMPOSE_FILE_DIR=/home/opc/website docker compose pull docker compose up -d + docker image prune -f docker logout EOF rm oracle_cloud_key \ No newline at end of file