makes icon indicating copy to clipboard operation
makes copied to clipboard

Use a common arg for the pipeline image

Open jpverde opened this issue 3 years ago • 0 comments

The issue

Right now the pipeline module writes the pipeline file using the current release as the container image https://github.com/fluidattacks/makes/blob/main/src/evaluator/modules/pipelines/default.nix#L98

Possible solution

Make the pipeline module to be able to receive an arg with the sha256 for the makes' container image to use it as the common value for every job.

jpverde avatar Oct 13 '22 20:10 jpverde