Add --env flag to pass environment vars without file (#474)

This commit is contained in:
Cat™
2021-01-15 05:26:01 +00:00
committed by GitHub
parent 6e1cdeefc0
commit 41692c314d
2 changed files with 12 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ type Input struct {
reuseContainers bool
bindWorkdir bool
secrets []string
envs []string
platforms []string
dryrun bool
forcePull bool