Skip to content

Commit

Permalink
More sed fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Sep 22, 2024
1 parent 159fc90 commit b10da08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
dockerDigest=docker inspect --format='{{index .RepoDigests 0}}' $imageId | cut -d '@' -f 2
sed -i -e 's/__CONTAINER_DIGEST__/${dockerDigest}/g' biosimulators.json
sed -i -E "s/__CONTAINER_DIGEST__/${dockerDigest}/g" biosimulators.json
#############################################
# Submit to BioSimulators registry
Expand Down

0 comments on commit b10da08

Please sign in to comment.