Specify release tag for UBlue build
Does anyone here know how to build and deploy ublue with the
but it sets the tag of the image repo to be :$COMMIT-testing-$VERSION (:c109c8b-testing-40). Any help/link to the right docs would be appreciated.
(I got the alt-tags line from this documentation: https://blue-build.org/reference/recipe/#alt-tags-optional)
My repo is https://github.com/TKK13909/TKKOS and the recipe is at https://github.com/TKK13909/TKKOS/blob/testing/recipes/recipe.yml
testing tag instead of the latest tag? I tried but it sets the tag of the image repo to be :$COMMIT-testing-$VERSION (:c109c8b-testing-40). Any help/link to the right docs would be appreciated.
(I got the alt-tags line from this documentation: https://blue-build.org/reference/recipe/#alt-tags-optional)
My repo is https://github.com/TKK13909/TKKOS and the recipe is at https://github.com/TKK13909/TKKOS/blob/testing/recipes/recipe.yml
GitHub
Contribute to TKK13909/TKKOS development by creating an account on GitHub.
GitHub
Contribute to TKK13909/TKKOS development by creating an account on GitHub.
Solution
If you set
alt-tags: to testing, then it should push an image with the tags testing, testing-$VERSION, $TIMESTAMP-testing-$VERSION, and $COMMIT_SHA-testing-$VERSION when built on your main branch