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 470a090 commit 898d81eCopy full SHA for 898d81e
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
- echo 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