Skip to content

Commit c7fa4ee

Browse files
jcschaffclaude
andcommitted
Fix setup-apptainer action reference in CI
The action is eWaterCycle/setup-apptainer, not apptainer/setup-apptainer. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3dd1bd9 commit c7fa4ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286
needs: [setup, tag-and-push]
287287
steps:
288288
- name: Install Apptainer
289-
uses: apptainer/setup-apptainer@v2
289+
uses: eWaterCycle/setup-apptainer@v2
290290

291291
- name: Log in to GHCR (for pull and push)
292292
run: apptainer registry login --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} oras://ghcr.io

0 commit comments

Comments
 (0)