Skip to content

Commit 9019d8e

Browse files
committed
Fix GHA authentication
1 parent f294b54 commit 9019d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: Login and deploy container
2929
run: |
3030
echo ${{ secrets.GITHUB_TOKEN }} | apptainer registry login -u "${{ github.actor }}" --password-stdin oras://ghcr.io
31-
apptainer push bidscoin.sif oras://ghcr.io/${GITHUB_REPOSITORY}:${GITHUB_REF_NAME}
31+
apptainer push bidscoin.sif oras://ghcr.io/Donders-Institute/bidscoin:${GITHUB_REF_NAME}

0 commit comments

Comments
 (0)