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 35499f6 commit 2862a14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2862a14

Please sign in to comment.