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