Skip to content

Commit b0b2f1e

Browse files
committed
add env
Signed-off-by: Srikanth Ramakrishna <srikanth.ramakrishna@intel.com>
1 parent 2eb6891 commit b0b2f1e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/apptainer-ci.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ jobs:
3434
with:
3535
apptainer-version: 1.3.2
3636
- name: Apptainer login to registry
37+
env:
38+
APPTAINER_DOCKER_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
39+
APPTAINER_DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
3740
run: apptainer registry login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }} docker://${{ secrets.REGISTRY }}
3841
- uses: intel/ai-containers/apptainer@sramakr1/apptainer_python
3942
with:
40-
registry: docker://${{ secrets.REGISTRY }}
43+
registry: oras://${{ secrets.REGISTRY }}
4144
repo: ${{ secrets.REPO }}-apptainer

0 commit comments

Comments
 (0)