mirror of
https://gitea.com/gitea/act_runner.git
synced 2025-12-19 04:24:48 +00:00
Compare commits
1 Commits
v0.2.11
...
3a18c868b5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a18c868b5 |
@@ -91,10 +91,10 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var defaultLabels = []string{
|
var defaultLabels = []string{
|
||||||
"ubuntu-latest:docker://node:16-bullseye",
|
"ubuntu-latest:docker://node:18-bookworm",
|
||||||
"ubuntu-22.04:docker://node:16-bullseye", // There's no node:16-bookworm yet
|
"ubuntu-22.04:docker://node:18-bookworm",
|
||||||
"ubuntu-20.04:docker://node:16-bullseye",
|
"ubuntu-20.04:docker://node:18-bullseye",
|
||||||
"ubuntu-18.04:docker://node:16-buster",
|
"ubuntu-18.04:docker://node:18-buster",
|
||||||
}
|
}
|
||||||
|
|
||||||
type registerInputs struct {
|
type registerInputs struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user