Skip to content

Commit

Permalink
Try anohter version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbradley committed Sep 13, 2024
1 parent 9ce0b4a commit c706b53
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 @@ -28,7 +28,7 @@ jobs:

- name: create lowercase image
id: lowercase
run: echo "LC_IMAGE_NAME=${IMAGE_NAME,,}"
run: echo "LC_IMAGE_NAME=${IMAGE_NAME,,}" >>${GITHUB_ENV}

- name: Setup apptainer executable
uses: eWaterCycle/setup-apptainer@v2
Expand Down

0 comments on commit c706b53

Please sign in to comment.