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: