with rust template
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-06 00:39:03 +01:00
parent c6c42c4d08
commit 6c885ec33c
17 changed files with 312 additions and 3 deletions

View File

@@ -9,10 +9,10 @@ import (
"time"
"dagger.io/dagger"
"git.front.kjuulh.io/kjuulh/byg"
"git.front.kjuulh.io/kjuulh/bust/pkg/tasks/container"
"git.front.kjuulh.io/kjuulh/bust/pkg/tasks/golang"
golangbin "git.front.kjuulh.io/kjuulh/bust/pkg/tasks/golang-bin"
"git.front.kjuulh.io/kjuulh/byg"
)
type DockerImageOpt struct {