Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba 2021-04-26 17:45:14 -07:00
parent aa74b8fb7b
commit df4f4b293c
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -8,7 +8,7 @@ import (
registry: {
username: string
secret: dagger.#Secret
secret: dagger.#Secret
}
TestPushContainer: {