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 903a34a commit 0fc4f39Copy full SHA for 0fc4f39
.github/workflows/build-push-apptainer.yml
@@ -28,4 +28,4 @@ jobs:
28
- name: Login and deploy container
29
run: |
30
echo ${{ secrets.GITHUB_TOKEN }} | apptainer registry login -u "${{ github.actor }}" --password-stdin oras://ghcr.io
31
- apptainer push bidscoin.sif oras://ghcr.io/donders-institute/bidscoin:4.6.0
+ apptainer push bidscoin.sif oras://ghcr.io/donders-institute/bidscoin:${GITHUB_REF_NAME}
0 commit comments