Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add label customization/options #243

Open
lucacome opened this issue Nov 12, 2022 · 0 comments
Open

Add label customization/options #243

lucacome opened this issue Nov 12, 2022 · 0 comments

Comments

@lucacome
Copy link

These are probably different requests but here it goes.

  1. Would it be possible to have the same options that we have for images? Something like:
labels: |
	name=my.label,value="my value",enable=true

The one I'm interested in is enable, but I figured it'd make sense to have it structured and not just

labels: |
	my.label="my value",enable=true

but I would be happy with that 🙂

  1. Would it be possible to add expressions to labels? Or some way to add info from the action?
labels: |
	version={{version}
	branch={{branch}}

The same output that we get for steps.meta.outputs.version that automatically has the version no matter what kind of even triggered it would also be nice.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants