Skip to content

Usage instructions #71

@bcrawford39GT

Description

@bcrawford39GT

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions