We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cad8c9 commit a2e0e61Copy full SHA for a2e0e61
.github/workflows/build_apptainer.yaml
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Login to GitHub Container Registry
63
run: |
64
- echo "${{ secrets.GITHUB_TOKEN }}" | apptainer remote login -u ${{ github.actor }} --password-stdin oras://ghcr.io
+ echo "${{ secrets.GITHUB_TOKEN }}" | apptainer registry login -u ${{ github.actor }} --password-stdin oras://ghcr.io
65
66
- name: Push to GitHub Container Registry
67
0 commit comments