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 5102366 commit dca7da3Copy full SHA for dca7da3
1 file changed
.github/workflows/container.yml
@@ -95,7 +95,7 @@ jobs:
95
- name: Login and Deploy Container
96
if: (github.event_name != 'pull_request') && ( env.keepgoing == 'true' )
97
run: |
98
- echo "${{ secrets.GITHUB_TOKEN }}" | singularity remote login -u "${{ secrets.GHCR_USERNAME }}" --password-stdin oras://ghcr.io
+ singularity registry login -u "${{ github.actor }}" -p "${{ secrets.GITHUB_TOKEN }}" oras://ghcr.io
99
declare -a tags=( ${{ needs.gather-metadata.outputs.tags }} )
100
for tag in "${tags[@]}" ; do
101
echo singularity push container.sif "oras://ghcr.io/${GITHUB_REPOSITORY}:${tag}"
0 commit comments