mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-01 21:19:44 +11:00
Update dagger env
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
44619516dc
commit
9b7356ba7c
10 changed files with 49 additions and 43 deletions
14
test/ci/main.cue
Normal file
14
test/ci/main.cue
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"alpha.dagger.io/docker"
|
||||
"alpha.dagger.io/git"
|
||||
)
|
||||
|
||||
ctr: docker.#Build & {
|
||||
source: git.#Repository & {
|
||||
remote: "https://github.com/crazy-max/docker-fail2ban.git"
|
||||
ref: "refs/tags/0.11.2-r3"
|
||||
keepGitDir: true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue