mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-06-27 16:35:58 +00:00
[FORGEJO] default labels to a single docker
This commit is contained in:
parent
82385a9444
commit
dc2d259179
2 changed files with 2 additions and 5 deletions
|
@ -91,10 +91,7 @@ const (
|
|||
)
|
||||
|
||||
var defaultLabels = []string{
|
||||
"ubuntu-latest:docker://node:16-bullseye",
|
||||
"ubuntu-22.04:docker://node:16-bullseye", // There's no node:16-bookworm yet
|
||||
"ubuntu-20.04:docker://node:16-bullseye",
|
||||
"ubuntu-18.04:docker://node:16-buster",
|
||||
"docker:docker://node:16-bullseye",
|
||||
}
|
||||
|
||||
type registerInputs struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue