Skip to content

Commit a2e0e61

Browse files
committed
New login method for apptainer
1 parent 5cad8c9 commit a2e0e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_apptainer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Login to GitHub Container Registry
6363
run: |
64-
echo "${{ secrets.GITHUB_TOKEN }}" | apptainer remote login -u ${{ github.actor }} --password-stdin oras://ghcr.io
64+
echo "${{ secrets.GITHUB_TOKEN }}" | apptainer registry login -u ${{ github.actor }} --password-stdin oras://ghcr.io
6565
6666
- name: Push to GitHub Container Registry
6767
run: |

0 commit comments

Comments
 (0)