Concordium / concordium-smart-contract-tools

Tools for building, deploying, and interacting with smart contracts
Apache License 2.0
2 stars 8 forks source link

Add github action to regularly check for new rust releases and add build images #165

Open abizjak opened 2 months ago

abizjak commented 2 months ago

Task description

Cargo concordium verifiable builds require a fixed docker image as the context where the contract is built.

We publish these images for each rust version but this is currently a matter of remembering to do it.

It'd be good to add a scheduled github action that would