4d03638911
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
20 lines
325 B
CUE
20 lines
325 B
CUE
package main
|
|
|
|
import (
|
|
"alpha.dagger.io/git"
|
|
)
|
|
|
|
manifest: git.#Repository & {
|
|
remote: "https://github.com/dagger/examples.git"
|
|
ref: "main"
|
|
subdir: "todoapp/k8s"
|
|
}
|
|
|
|
repository: git.#Repository & {
|
|
remote: "https://github.com/dagger/examples.git"
|
|
ref: "main"
|
|
subdir: "todoapp"
|
|
}
|
|
|
|
registry: "gcr.io/dagger-ci/test"
|