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
|
// Push the image to the registry
|
||||||
op.#PushContainer & {
|
op.#PushContainer & {
|
||||||
ref: "\(repository):\(tag)"
|
ref: "\(repository):\(tag)"
|
||||||
},
|
},
|
||||||
op.#Export & {
|
op.#Export & {
|
||||||
source: "/dagger/image_ref"
|
source: "/dagger/image_ref"
|
||||||
|
@ -8,7 +8,7 @@ import (
|
|||||||
|
|
||||||
registry: {
|
registry: {
|
||||||
username: string
|
username: string
|
||||||
secret: dagger.#Secret
|
secret: dagger.#Secret
|
||||||
}
|
}
|
||||||
|
|
||||||
TestPushContainer: {
|
TestPushContainer: {
|
||||||
|
Reference in New Issue
Block a user