From 428a749c97667512fc0b03706e6d4d7f99fb4808 Mon Sep 17 00:00:00 2001 From: ValentinaHutter <85164505+ValentinaHutter@users.noreply.github.com> Date: Fri, 23 Feb 2024 13:28:18 +0100 Subject: [PATCH] Update main.yaml --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 75654bb..bd89525 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -45,7 +45,7 @@ jobs: - name: Build base image run: | cd ./sen2like/ - docker build -t sen2like_base -f Dockerfile-base . + docker build -t sen2like_base:latest -f Dockerfile-base . cd .. - name: Build and push @@ -53,7 +53,7 @@ jobs: with: context: ./sen2like file: ./sen2like/Dockerfile - build-args: SEN2LIKE_BUILD_IMAGE_TAG=sen2like_base + build-args: SEN2LIKE_BUILD_IMAGE_TAG=sen2like_base:latest push: ${{ github.event_name != 'pull_request' && matrix.os == 'ubuntu-20.04'}} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}