Skip to content

Commit

Permalink
Build-push actions fail: oras: not found
Browse files Browse the repository at this point in the history
Fixes #290
  • Loading branch information
espenhgn committed Dec 31, 2024
1 parent 89ffdf4 commit a63c342
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker_build_push_gwas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ jobs:
steps:
- name: Check out code for the container builds
uses: actions/checkout@v4
- name: Setup ORAS
uses: oras-project/setup-oras@v1
with:
version: 1.0.0
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/docker_build_push_hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ jobs:
steps:
- name: Check out code for the container builds
uses: actions/checkout@v4
- name: Setup ORAS
uses: oras-project/setup-oras@v1
with:
version: 1.0.0
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/docker_build_push_python3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
steps:
- name: Check out code for the container builds
uses: actions/checkout@v4
- name: Setup ORAS
uses: oras-project/setup-oras@v1
with:
version: 1.0.0
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/docker_build_push_r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ jobs:
steps:
- name: Check out code for the container builds
uses: actions/checkout@v4
- name: Setup ORAS
uses: oras-project/setup-oras@v1
with:
version: 1.0.0
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ If MD5 sum is not listed for a certain release then it means that the container

### Fixed

* Fixed missing ORAS CLI with `ubuntu-latest` runners in GitHub Actions
* Fixed broken unit test in `tests/test_LDpred2/scripts/ld.sh`
* Fixed broken unit test `tests/test_gwas.py::test_gwas_metal` with Apptainer "sandbox" mode
* Workaround for pandas import before scipy in python codes via `export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH`
Expand Down

0 comments on commit a63c342

Please sign in to comment.