bisgardo / concordium-docker

A collection of scripts and configuration files to build and deploy a containerized node for the Concordium blockchain.
The Unlicense
5 stars 2 forks source link

CI: Add first step for printing input parameters #28

Open bisgardo opened 2 years ago

bisgardo commented 2 years ago

When running a GitHub Actions workflow, the values of the input parameters are not printed as part of the job overview. Closer inspection reveals that the environment section is printed as part of the commands run in the individual steps. Still, having the inputs clearly listed in an initial step makes them much easier to find.

TODO: Put labels on images to indicate which commits they were built from (both this repo and ideally also the cloned ones).