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 81a3354 commit 8703c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ./sen2like
file: ./Dockerfile-base
file: ./sen2like/Dockerfile-base
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand All @@ -55,7 +55,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ./sen2like
file: ./Dockerfile
file: ./sen2like/Dockerfile
build-args: SEN2LIKE_BUILD_IMAGE_TAG=sen2like_base
push: ${{ github.event_name != 'pull_request' && matrix.os == 'ubuntu-20.04'}}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 8703c76

Please sign in to comment.