Skip to content

Commit 0d3ee12

Browse files
committed
change vars
Signed-off-by: Srikanth Ramakrishna <srikanth.ramakrishna@intel.com>
1 parent be0e866 commit 0d3ee12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apptainer-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
apptainer-version: 1.3.2
3636
- name: Apptainer login to registry
37-
run: apptainer registry login -u ${{ secrets.REGISTRY_USERNAME }} -p ${{ secrets.REGISTRY_PASSWORD }} oras://${{ secrets.REGISTRY }}
37+
run: apptainer registry login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }} oras://${{ secrets.REGISTRY }}
3838
- uses: intel/ai-containers/apptainer@sramakr1/apptainer_python
3939
with:
4040
registry: oras://${{ secrets.REGISTRY }}

0 commit comments

Comments
 (0)