diff --git a/test/.dagger/env/staging/plan/build.cue b/test/.dagger/env/staging/plan/build.cue index e3b08ef..7c45966 100644 --- a/test/.dagger/env/staging/plan/build.cue +++ b/test/.dagger/env/staging/plan/build.cue @@ -7,7 +7,7 @@ import ( // Relay for fetching a git repository repo: git.#Repository & { - remote: "https://github.com/crazy-max/docker-7zip" + remote: "https://github.com/crazy-max/docker-fail2ban" ref: "master" } diff --git a/test/.dagger/env/staging/plan/cue.mod/module.cue b/test/.dagger/env/staging/plan/cue.mod/module.cue new file mode 100644 index 0000000..f8af9ce --- /dev/null +++ b/test/.dagger/env/staging/plan/cue.mod/module.cue @@ -0,0 +1 @@ +module: "" diff --git a/test/.dagger/env/staging/plan/cue.mod/pkg/.gitignore b/test/.dagger/env/staging/plan/cue.mod/pkg/.gitignore new file mode 100644 index 0000000..a572e9e --- /dev/null +++ b/test/.dagger/env/staging/plan/cue.mod/pkg/.gitignore @@ -0,0 +1,2 @@ +# dagger universe +alpha.dagger.io