build: set target to local state

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-09-12 19:46:56 +02:00
parent cc6957d1cc
commit 2134a1e104
3 changed files with 9 additions and 12 deletions

View File

@ -12,6 +12,7 @@ import (
const refsDir = "refs"
type State struct {
Target string
LocalPath string
DockerfilePath string
}