1
0
Fork 0
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:
Earl Warren 2023-05-30 14:58:37 +02:00
parent 82385a9444
commit dc2d259179
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 2 additions and 5 deletions

View file

@ -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 {