Community maintained Docker config for the knot server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add docker bake config for building edge releases

authored by

Tom Scott and committed by
Bas van den Wollenberg
b0a97c3e 3afc662e

+19
+19
docker-bake.hcl
··· 1 + group "edge" { 2 + targets = ["knot-edge", "spindle-edge"] 3 + } 4 + 5 + target "knot-edge" { 6 + context = "." 7 + args = { 8 + TAG = "master" 9 + } 10 + tags = ["tngl/knot:edge"] 11 + } 12 + 13 + target "spindle-edge" { 14 + context = "." 15 + args = { 16 + TAG = "master" 17 + } 18 + tags = ["tngl/spindle:edge"] 19 + }