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