Skip to content

Commit

Permalink
Attempt no. 43243 to get GHCR to work
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirker committed Dec 13, 2024
1 parent 01a8d26 commit 8b06aea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sifs-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Login and Deploy Container
run: |
env
#echo ${{ secrets.GITHUB_TOKEN }} | singularity remote login -u ${{ secrets.GHCR_USERNAME }} --password-stdin oras://ghcr.io
echo ${{ secrets.GITHUB_TOKEN }} | singularity remote login -u ${GITHUB_ACTOR} --password-stdin oras://ghcr.io
echo ${{ secrets.GITHUB_TOKEN }} | singularity remote login -u ikirker --password-stdin oras://ghcr.io
find sifs -exec singularity push {} oras://ghcr.io/${GITHUB_REPOSITORY}:{}${tag} \;
#singularity push container.sif oras://ghcr.io/${GITHUB_REPOSITORY}:${tag}

0 comments on commit 8b06aea

Please sign in to comment.