cue fmt
Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
parent
aa74b8fb7b
commit
df4f4b293c
@ -42,7 +42,7 @@ import (
|
||||
},
|
||||
// Push the image to the registry
|
||||
op.#PushContainer & {
|
||||
ref: "\(repository):\(tag)"
|
||||
ref: "\(repository):\(tag)"
|
||||
},
|
||||
op.#Export & {
|
||||
source: "/dagger/image_ref"
|
||||
|
@ -8,7 +8,7 @@ import (
|
||||
|
||||
registry: {
|
||||
username: string
|
||||
secret: dagger.#Secret
|
||||
secret: dagger.#Secret
|
||||
}
|
||||
|
||||
TestPushContainer: {
|
||||
|
Reference in New Issue
Block a user