Skip to content

Commit 1c6eb10

Browse files
committed
CI bugfix
1 parent 1941eb5 commit 1c6eb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-apptainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- name: Login and Deploy Container
3131
run: |
3232
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}
33+
apptainer push bidscoin.sif oras://ghcr.io/${GITHUB_REPOSITORY}:${GITHUB_REF_NAME}

0 commit comments

Comments
 (0)