Skip to content

Commit 0e4339d

Browse files
Fix Apptainer remote login command syntax
1 parent e7a27c6 commit 0e4339d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Login to GHCR for Apptainer
7272
run: |
73-
apptainer remote login docker://ghcr.io \
73+
apptainer registry remote login docker://ghcr.io \
7474
--username "${{ github.actor }}" \
7575
--password "${{ secrets.GITHUB_TOKEN }}"
7676

0 commit comments

Comments
 (0)