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 1941eb5 commit 1c6eb10Copy full SHA for 1c6eb10
.github/workflows/build-apptainer.yml
@@ -30,4 +30,4 @@ jobs:
30
- name: Login and Deploy Container
31
run: |
32
echo ${{ secrets.GITHUB_TOKEN }} | apptainer remote login -u ${{ secrets.GHCR_USERNAME }} --password-stdin oras://ghcr.io
33
- apptainer push bidscoin.sif oras://ghcr.io/${GITHUB_REPOSITORY}:${tag}
+ apptainer push bidscoin.sif oras://ghcr.io/${GITHUB_REPOSITORY}:${GITHUB_REF_NAME}
0 commit comments