diff --git a/examples/jamstack/ecr_image.cue b/examples/jamstack/ecr_image.cue index 01631857..a98c5544 100644 --- a/examples/jamstack/ecr_image.cue +++ b/examples/jamstack/ecr_image.cue @@ -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" diff --git a/tests/ops/push-container/main.cue b/tests/ops/push-container/main.cue index 7129990f..80db13f1 100644 --- a/tests/ops/push-container/main.cue +++ b/tests/ops/push-container/main.cue @@ -8,7 +8,7 @@ import ( registry: { username: string - secret: dagger.#Secret + secret: dagger.#Secret } TestPushContainer: {