We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56f486 commit 5026e6eCopy full SHA for 5026e6e
examples/go/blueprint.cue
@@ -2,7 +2,7 @@ version: "1.0.0"
2
project: {
3
name: "go"
4
ci: targets: {
5
- publish: {
+ docker: {
6
args: {
7
version: string | *"v0.0.0" @env(name="GIT_TAG_VERSION",type="string")
8
}
@@ -11,7 +11,7 @@ project: {
11
"linux/arm64",
12
]
13
14
- release: {
+ github: {
15
16
17
examples/rust/blueprint.cue
@@ -5,14 +5,14 @@ project: {
build: {
privileged: true
9
platforms: [
10
"linux/amd64",
18
0 commit comments