Skip to content

Commit

Permalink
Update main.yaml (#7)
Browse files Browse the repository at this point in the history
* Update main.yaml

* Update main.yaml

* Update main.yaml

* Update main.yaml

* Update main.yaml

* Update main.yaml

* Update main.yaml

* Update main.yaml
  • Loading branch information
ValentinaHutter authored Feb 23, 2024
1 parent ed53ef3 commit fb116e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,16 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build base image
run: |
docker build -t sen2like_base -f ./sen2like/Dockerfile-base .
- name: Build and push
uses: docker/build-push-action@v4
with:
context: ./sen2like
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 }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit fb116e1

Please sign in to comment.