From 9cf6f0e634464fe2531d49219fa8eb28f2ca844f Mon Sep 17 00:00:00 2001 From: Adrien Carpentier Date: Fri, 17 May 2024 18:02:46 +0900 Subject: [PATCH] fix --- .github/workflows/staging.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index bb7c960..5cd9d76 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -89,6 +89,9 @@ jobs: export COMPOSE_PROJECT_NAME=albert-tchapbot docker compose down + docker tag albert/tchapbot:latest albert/tchapbot:old || true + docker image rm albert/tchapbot:latest || true docker compose up --detach + docker image rm albert/tchapbot:old || true