Skip to content

Commit

Permalink
using GITHUB_REPOSITORY for package
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Nov 12, 2023
1 parent 6f06767 commit c4b8ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- name: Login and deploy
run: |
echo ${{ secrets.GITHUB_TOKEN }} | apptainer remote login -u ${{ secrets.GHCR_USERNAME }} --password-stdin oras://ghcr.io
apptainer push ML102.sif "oras://ghcr.io/ml102_workshop:latest"
apptainer push ML102.sif "oras://ghcr.io/${GITHUB_REPOSITORY}:latest"
if: ${{ github.ref == 'refs/heads/main' }}

0 comments on commit c4b8ad5

Please sign in to comment.