Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaHutter authored Aug 1, 2024
1 parent 4140008 commit 42db178
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,6 +46,6 @@ jobs:
run: |
cd ./sen2like/
docker build -t sen2like_base:latest -f Dockerfile-base .
docker build -t ghcr.io/eodcgmbh/sen2like:v4.4.1 --build-arg SEN2LIKE_BUILD_IMAGE_TAG=sen2like_base:latest . && docker image prune --filter label=stage=sen2like_build -f
docker push ghcr.io/eodcgmbh/sen2like:v4.4.1
docker build -t ghcr.io/eodcgmbh/sen2like:v4.4.3 --build-arg SEN2LIKE_BUILD_IMAGE_TAG=sen2like_base:latest . && docker image prune --filter label=stage=sen2like_build -f
docker push ghcr.io/eodcgmbh/sen2like:v4.4.3

0 comments on commit 42db178

Please sign in to comment.