From 2862a14618d8e2e158461d5094c8cc6bbaed6c96 Mon Sep 17 00:00:00 2001 From: ValentinaHutter <85164505+ValentinaHutter@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:05:55 +0100 Subject: [PATCH] Update main.yaml --- .github/workflows/main.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a969521..e550cbb 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -43,8 +43,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build base image - run: | - docker build -t sen2like_base -f Dockerfile-base . + run: docker build -t sen2like_base -f Dockerfile-base . - name: Build and push uses: docker/build-push-action@v4 with: