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 898d81e commit 7c0a20aCopy full SHA for 7c0a20a
1 file changed
.github/workflows/container.yml
@@ -113,5 +113,5 @@ jobs:
113
singularity registry login -u "${{ github.actor }}" -p "${{ secrets.GITHUB_TOKEN }}" oras://ghcr.io
114
declare -a tags=( ${{ needs.gather-metadata.outputs.tags }} )
115
for tag in "${tags[@]}" ; do
116
- singularity push container.sif "oras://ghcr.io/${GITHUB_REPOSITORY}${tag}"
+ singularity push container.sif "oras://ghcr.io/${GITHUB_REPOSITORY}:${tag#*:}"
117
done
0 commit comments