Skip to content

Commit

Permalink
Once more before abandoning ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
sfegan committed Sep 27, 2024
1 parent d90e0c7 commit 7b02277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/singularity-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
sudo make -C builddir install
singularity remote list
singularity remote add ghcr ghcr.io
echo ${{ secrets.GITHUB_TOKEN }} | singularity remote login -u ${{ github.actor }} --password-stdin ghcr.io
echo ${{ secrets.GITHUB_TOKEN }} | singularity remote login -u ${{ github.actor }} --password-stdin ghcr
- name: Build calin singularity container
run: |
Expand Down

0 comments on commit 7b02277

Please sign in to comment.