Concordium / concordium-dapp-examples

Place to put small dApp examples
Mozilla Public License 2.0
8 stars 15 forks source link

Check for version mismatch in docker release pipelines #78

Closed DOBEN closed 6 months ago

DOBEN commented 6 months ago

Task description

Currently, if someone accidentally wrongly tags this repo e.g. euroe-demo/0.0.0, the docker hub release pipeline is triggered. The release pipeline would look up the correct version and publish it to docker hub. Nonetheless, to not rely on the reviewer/approver of the release pipeline to check for a version mismatch, it would be nice if the release action could check (when it was triggered via a tag) that the versions match. Research a nice solution for it.

https://github.com/Concordium/concordium-dapp-examples/pull/70#issuecomment-2044438547