Skip to content

Commit

Permalink
stdlib: cue fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Alba <sam.alba@gmail.com>
  • Loading branch information
samalba committed Jun 15, 2021
1 parent 9281967 commit 6422b4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stdlib/docker/docker.cue
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ import (
// FIXME: incorporate into #Build
#ImageFromDockerfile: {
// Dockerfile passed as a string
dockerfile: string @dagger(input)
dockerfile: string @dagger(input)

// Build context
context: dagger.#Artifact @dagger(input)
context: dagger.#Artifact @dagger(input)

#up: [
op.#DockerBuild & {
Expand Down
2 changes: 1 addition & 1 deletion stdlib/go/go.cue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
version: *"1.16" | string @dagger(input)

// Source code
source: dagger.#Artifact @dagger(input)
source: dagger.#Artifact @dagger(input)

os.#Container & {
env: CGO_ENABLED: "0"
Expand Down

0 comments on commit 6422b4d

Please sign in to comment.