[FR] Limit images can be used by the user #615

Open
opened 2024-10-20 21:39:22 +00:00 by BoYanZh · 1 comment
BoYanZh commented 2024-10-20 21:39:22 +00:00 (Migrated from gitea.com)

I am currently hosting a Gitea instance for many students. In the workflow yaml file, they can specify the name and the tag of the image directly. But I want to let them only the images we provided, e.g. only the images in the labels field in the config.yaml.
If I create a PR for this by adding an option to config.yaml, will it be accepted?

I am currently hosting a Gitea instance for many students. In the workflow yaml file, they can specify the name and the tag of the image directly. But I want to let them only the images we provided, e.g. only the images in the `labels` field in the `config.yaml`. If I create a PR for this by adding an option to `config.yaml`, will it be accepted?
lunny commented 2025-01-16 06:58:46 +00:00 (Migrated from gitea.com)

They can use container: to specify an image even if using the same allowed labels.

They can use `container: ` to specify an image even if using the same allowed labels.
Sign in to join this conversation.