Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaHutter authored Feb 22, 2024
1 parent 5222565 commit 35499f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 35499f6

Please sign in to comment.