We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb6891 commit b0b2f1eCopy full SHA for b0b2f1e
.github/workflows/apptainer-ci.yaml
@@ -34,8 +34,11 @@ jobs:
34
with:
35
apptainer-version: 1.3.2
36
- name: Apptainer login to registry
37
+ env:
38
+ APPTAINER_DOCKER_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
39
+ APPTAINER_DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
40
run: apptainer registry login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }} docker://${{ secrets.REGISTRY }}
41
- uses: intel/ai-containers/apptainer@sramakr1/apptainer_python
42
- registry: docker://${{ secrets.REGISTRY }}
43
+ registry: oras://${{ secrets.REGISTRY }}
44
repo: ${{ secrets.REPO }}-apptainer
0 commit comments