Skip to content

Commit

Permalink
👷 Convert double-quoted scalar to block scalar
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Jun 16, 2023
1 parent 77533d7 commit e56590c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,5 +260,6 @@ workflows:
requires:
- singularity/build_container_docker_base
- singularity/build_container_docker_base:
from-uri: "docker://ghcr.io/${CIRCLE_PROJECT_USERNAME,,}/${CIRCLE_PROJECT_REPONAME,,}:${CIRCLE_BRANCH//\//_}"
from-uri: >-
docker://ghcr.io/${CIRCLE_PROJECT_USERNAME,,}/${CIRCLE_PROJECT_REPONAME,,}:${CIRCLE_BRANCH//\//_,,}
image: cpac-singularity-image.sif

0 comments on commit e56590c

Please sign in to comment.