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: