From a3811dca13405fe5d197f7cc025883bd55c75989 Mon Sep 17 00:00:00 2001 From: ValentinaHutter <85164505+ValentinaHutter@users.noreply.github.com> Date: Fri, 23 Feb 2024 13:48:29 +0100 Subject: [PATCH] Update main.yaml --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index bd89525..f6e7274 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -46,6 +46,7 @@ jobs: run: | cd ./sen2like/ docker build -t sen2like_base:latest -f Dockerfile-base . + docker build -t sen2like --build-arg SEN2LIKE_BUILD_IMAGE_TAG=sen2like_base:latest . && docker image prune --filter label=stage=sen2like_build -f cd .. - name: Build and push