Skip to content

Commit

Permalink
install ORAS in build-push action (#60)
Browse files Browse the repository at this point in the history
Fixes #59
  • Loading branch information
espenhgn authored Dec 31, 2024
1 parent 91d100e commit e5df131
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/container_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ jobs:
uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.3.4
- name: Setup ORAS
uses: oras-project/setup-oras@v1
with:
version: 1.2.1
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit e5df131

Please sign in to comment.