From 1df538fd7f9806ac02b25a60b7227f4ab920aada Mon Sep 17 00:00:00 2001 From: ValentinaHutter <85164505+ValentinaHutter@users.noreply.github.com> Date: Fri, 23 Feb 2024 12:00:11 +0100 Subject: [PATCH] Update main.yaml --- .github/workflows/main.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index bb9d512..75654bb 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -44,7 +44,9 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build base image run: | - docker build -t sen2like_base -f ./sen2like/Dockerfile-base . + cd ./sen2like/ + docker build -t sen2like_base -f Dockerfile-base . + cd .. - name: Build and push uses: docker/build-push-action@v4