Replies: 2 comments
-
fwiw, i tried running this after creating a new tag, v1.13.0, but all that got generated was does it not like the "v" in front of the semver? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think you need to add the flavor option.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm probably dense, but is there like an ELI5 guide or some examples somewhere? I'm not grasping the (well written) docs.
I've got the following actions:
I've replaced it with the following from the docker suggested code:
but i have questions.. How does the semver know to increment? how does latest get applied? when I tried running this, I only got a sha and branch name:
![image](https://private-user-images.githubusercontent.com/518320/310765109-e47eba9c-7509-4b98-bdd0-fe97b34f35ef.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMTg1NzEsIm5iZiI6MTczOTAxODI3MSwicGF0aCI6Ii81MTgzMjAvMzEwNzY1MTA5LWU0N2ViYTljLTc1MDktNGI5OC1iZGQwLWZlOTdiMzRmMzVlZi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQxMjM3NTFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03NzgyNDY0MWExNmI5OTRmZWViM2E5Y2UyMzhmZjFjNzg1OThiYmYyMzQyMDhkMGJkMjFiYWY5NTE2NTIwZTU3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.e808YnUymuQ9KDTOvqlyitdeRS5u99eGVajG6Ht9kiQ)
Do I still need to run semver to create a tag first? thanks!
Beta Was this translation helpful? Give feedback.
All reactions