Skip to content

Commit 5026e6e

Browse files
committed
wip: fix
1 parent e56f486 commit 5026e6e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/go/blueprint.cue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "1.0.0"
22
project: {
33
name: "go"
44
ci: targets: {
5-
publish: {
5+
docker: {
66
args: {
77
version: string | *"v0.0.0" @env(name="GIT_TAG_VERSION",type="string")
88
}
@@ -11,7 +11,7 @@ project: {
1111
"linux/arm64",
1212
]
1313
}
14-
release: {
14+
github: {
1515
args: {
1616
version: string | *"v0.0.0" @env(name="GIT_TAG_VERSION",type="string")
1717
}

examples/rust/blueprint.cue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ project: {
55
build: {
66
privileged: true
77
}
8-
release: {
8+
docker: {
99
platforms: [
1010
"linux/amd64",
1111
"linux/arm64",
1212
]
1313
privileged: true
1414
}
15-
publish: {
15+
github: {
1616
platforms: [
1717
"linux/amd64",
1818
"linux/arm64",

0 commit comments

Comments
 (0)