mirror of
https://github.com/N0rthernL1ghts/s6-rootfs.git
synced 2025-12-13 21:32:40 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
2b4369eece
|
@@ -7,7 +7,7 @@ group "default" {
|
||||
"3_1_1_1", "3_1_1_2", "3_1_2_0",
|
||||
"3_1_2_1", "3_1_3_0", "3_1_4_0",
|
||||
"3_1_4_1", "3_1_4_2", "3_1_5_0",
|
||||
"3_1_6_0"
|
||||
"3_1_6_0", "3_1_6_1"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -265,6 +265,14 @@ target "3_1_6_0" {
|
||||
inherits = ["build-dockerfile", "build-platforms", "build-common"]
|
||||
cache-from = get-cache-from("3.1.6.0")
|
||||
cache-to = get-cache-to("3.1.6.0")
|
||||
tags = get-tags("3.1.6.0", ["3.1", "3.1.6", "latest"])
|
||||
tags = get-tags("3.1.6.0", [])
|
||||
args = get-args("3.1.6.0")
|
||||
}
|
||||
|
||||
target "3_1_6_1" {
|
||||
inherits = ["build-dockerfile", "build-platforms", "build-common"]
|
||||
cache-from = get-cache-from("3.1.6.1")
|
||||
cache-to = get-cache-to("3.1.6.1")
|
||||
tags = get-tags("3.1.6.1", ["3.1", "3.1.6", "latest"])
|
||||
args = get-args("3.1.6.1")
|
||||
}
|
||||
Reference in New Issue
Block a user