Skip to content

Commit

Permalink
Try lowercase repo name v2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbradley committed Sep 13, 2024
1 parent 8227e5f commit 0de1c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Create lowercase image name
id: lc_image_name
run: |
echo "IMAGE_NAME=$( ${{ env.IMAGE_NAME}} | awk '{print tolower($0)}')"
echo "IMAGE_NAME=$(echo ${{ env.IMAGE_NAME}} | awk '{print tolower($0)}')"
- name: Publish apptainer image
run: apptainer push apptainer.sif oras://${{ env.REGISTRY }}/${{ steps.lc_image_name.outputs.IMAGE_NAME }}-sif:1.0.0

0 comments on commit 0de1c04

Please sign in to comment.