Skip to content

Commit 09bd4a0

Browse files
committed
Fix for failing to check out the latest tag
1 parent 289f984 commit 09bd4a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-push-apptainer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ jobs:
4747
run: |
4848
echo "${{ secrets.GITHUB_TOKEN }}" | apptainer registry login -u "${{ github.actor }}" --password-stdin oras://ghcr.io
4949
apptainer push bidscoin.sif oras://ghcr.io/donders-institute/bidscoin:${{ env.LATEST_TAG }}
50+
apptainer push bidscoin.sif oras://ghcr.io/donders-institute/bidscoin:latest

0 commit comments

Comments
 (0)