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 23, 2024
1 parent fb116e1 commit 1df538f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1df538f

Please sign in to comment.