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 1df538f commit 428a749
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 @@ -45,15 +45,15 @@ jobs:
- name: Build base image
run: |
cd ./sen2like/
docker build -t sen2like_base -f Dockerfile-base .
docker build -t sen2like_base:latest -f Dockerfile-base .
cd ..
- name: Build and push
uses: docker/build-push-action@v4
with:
context: ./sen2like
file: ./sen2like/Dockerfile
build-args: SEN2LIKE_BUILD_IMAGE_TAG=sen2like_base
build-args: SEN2LIKE_BUILD_IMAGE_TAG=sen2like_base:latest
push: ${{ github.event_name != 'pull_request' && matrix.os == 'ubuntu-20.04'}}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 428a749

Please sign in to comment.