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 15, 2024
1 parent ed53ef3 commit c90c161
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 @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -46,6 +46,6 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ./sen2like
push: ${{ github.event_name != 'pull_request' && matrix.os == 'ubuntu-20.04'}}
push: ${{ github.event_name != 'pull_request' && matrix.os == 'ubuntu-22.04'}}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit c90c161

Please sign in to comment.