From 6e3a63b1ee124c1c5ee82161d615377149360fa7 Mon Sep 17 00:00:00 2001 From: Tom White Date: Fri, 15 Mar 2024 10:44:23 +0000 Subject: [PATCH] Delete existing Lithops image before rebuilding --- .github/workflows/lithops-images.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lithops-images.yml b/.github/workflows/lithops-images.yml index 18288c0bd..81ed2f38b 100644 --- a/.github/workflows/lithops-images.yml +++ b/.github/workflows/lithops-images.yml @@ -82,5 +82,6 @@ jobs: env: LITHOPS_CONFIG_FILE: ${{ github.workspace }}/${{ matrix.lithops-config }} run: | + lithops runtime delete -b ${{ matrix.lithops-backend }} -d cubed-runtime-main lithops runtime build -b ${{ matrix.lithops-backend }} -f ${{ matrix.lithops-build-file }} cubed-runtime-main lithops runtime deploy -b ${{ matrix.lithops-backend }} --memory ${{ matrix.lithops-memory }} cubed-runtime-main