eWaterCycle / eWaterCycle/setup-apptainer

Usage instructions

Open
#71 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
17
Forks
6
PR merge metrics
No merged PRs in 30d

Description

Hello!

Maybe I used it wrong in my GitHub actions workflow, but the README file example did not seem to work for me, saying "apptainer-version: 1.3.6" did not exist. However, I was able to get it to work via the below, so I wanted to at least share it.

**_The README file:_**
```
steps:
- uses: actions/checkout@v2
- uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.3.6
- name: Run an apptainer container
run: apptainer run docker://alpine cat /etc/os-release
```

**_What I got to work_**
```
steps:
- name: Set Apptainer build pattern
uses: actions/checkout@v4
- uses: eWaterCycle/setup-apptainer@v2
with:
image: ghcr.io/apptainer/apptainer:latest
```

Thanks

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.