Skip to content

Commit

Permalink
typo in description of build and publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Jan 22, 2025
1 parent 1d7bbcb commit 9d8e052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
apptainer remote add --tokenfile ~/.apptainer/sylabs-token sylabs https://cloud.sylabs.io
- name: Build and push SIF image
- name: Build and push Apptainer image
run: |
TAG=$(echo "${{ steps.meta.outputs.tags }}" | head -n1 | awk -F':' '{print $2}')
apptainer build container.sif docker-daemon://${{ secrets.DOCKERHUB_USERNAME }}/enigma-pd-wml:$TAG
Expand Down

0 comments on commit 9d8e052

Please sign in to comment.