From 35499f6eef32f4044ddbf23bb65e1617feb2a6c8 Mon Sep 17 00:00:00 2001 From: ValentinaHutter <85164505+ValentinaHutter@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:04:44 +0100 Subject: [PATCH] Update main.yaml --- .github/workflows/main.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 68d8ea3..a969521 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -42,6 +42,9 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} + - name: Build base image + run: | + docker build -t sen2like_base -f Dockerfile-base . - name: Build and push uses: docker/build-push-action@v4 with: