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?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
labelsfield in theconfig.yaml.If I create a PR for this by adding an option to
config.yaml, will it be accepted?They can use
container:to specify an image even if using the same allowed labels.