We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a3cc0 commit 9ff76dbCopy full SHA for 9ff76db
.github/workflows/apptainer-ci.yaml
@@ -32,7 +32,7 @@ jobs:
32
apptainer-version: 1.3.2
33
- name: Apptainer login to registry
34
run: apptainer registry login -u ${{ secrets.REGISTRY_USERNAME }} -p ${{ secrets.REGISTRY_PASSWORD }} oras://${{ secrets.REGISTRY }}
35
- - uses: ai-containers/apptainer@apptainer_python
+ - uses: ai-containers@apptainer_python
36
with:
37
registry: oras://${{ secrets.REGISTRY }}
38
repo: ${{ secrets.REPO }}-apptainer
0 commit comments