redhat-developer / mapt

Multi Architecture Provisioning Tool
Apache License 2.0
9 stars 7 forks source link

Review / apply new building / testing strategy based on gh actions #279

Closed adrianriobo closed 4 weeks ago

adrianriobo commented 2 months ago

Recently we created a strategy around building / pushing images and tekton tasks for pr (internal ghcr) and on tag to quay.

Also notice we use cversion and cimage:cversion to keep in sync the tekton task and oci version

Set the actual values on the specs can done within a make target https://github.com/crc-org/ci-definitions/blob/70d016f5fd15e7cbdf8e3056c500654b0196a049/Makefile#L42 which uses a sed expression to change the values on the target files: https://github.com/crc-org/ci-definitions/blob/70d016f5fd15e7cbdf8e3056c500654b0196a049/Makefile#L12