Skip to content

Commit e0c52c0

Browse files
committed
tagging latest singularity works
1 parent 2cd35dc commit e0c52c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/image.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,4 @@ jobs:
125125
if [[ "${keepgoing}" == "true" ]]; then
126126
echo ${{ secrets.GITHUB_TOKEN }} | singularity remote login -u ${{ secrets.GHCR_USERNAME }} --password-stdin oras://ghcr.io
127127
singularity push container.sif oras://ghcr.io/${GITHUB_REPOSITORY}:${tag}
128-
singularity push container.sif oras://ghcr.io/${GITHUB_REPOSITORY}:latest
129128
fi

0 commit comments

Comments
 (0)