Skip to content

Commit

Permalink
build: using older Conjure release version
Browse files Browse the repository at this point in the history
  • Loading branch information
vincepick committed Dec 10, 2024
1 parent 257ebbc commit af0eb74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/useContainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
runs-on: ubuntu-latest
container:
# using a previous version
image: ghcr.io/conjure-cp/conjure@sha256:e959c664d83a08b68a5b31409d56ce82eadf0f0b74f8af1809642b73f652c940
image: ghcr.io/conjure-cp/conjure:main

#previous version
#ghcr.io/conjure-cp/conjure@sha256:e959c664d83a08b68a5b31409d56ce82eadf0f0b74f8af1809642b73f652c940

# Current version of conjure
# ghcr.io/conjure-cp/conjure@sha256:ebff76918718631f099544eed3a808cd16ce8f2c863c8229c7d2e417ba745c56
Expand Down

0 comments on commit af0eb74

Please sign in to comment.