Merge pull request #1610 from ndeloof/build_args_from_env

This commit is contained in:
Nicolas De loof 2021-04-29 12:15:35 +02:00 committed by GitHub
commit b46015f2f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 3 deletions

View file

@ -83,7 +83,7 @@ type BuildOptions struct {
// Progress set type of progress output ("auto", "plain", "tty")
Progress string
// Args set build-time args
Args types.Mapping
Args types.MappingWithEquals
// NoCache disables cache use
NoCache bool
// Quiet make the build process not output to the console