generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels