mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
fixes env usage description for docker images (#1083)
This commit is contained in:
parent
ce9b2c96d0
commit
31e27e918d
@ -76,7 +76,7 @@ dockers:
|
||||
- "--label=org.label-schema.schema-version=1.0"
|
||||
- "--label=org.label-schema.version={{.Version}}"
|
||||
- "--label=org.label-schema.name={{.ProjectName}}"
|
||||
- "--build-arg=FOO={{.ENV.Bar}}"
|
||||
- "--build-arg=FOO={{.Env.Bar}}"
|
||||
# If your Dockerfile copies files other than the binary itself,
|
||||
# you should list them here as well.
|
||||
# Note that goreleaser will create the same structure inside the temporary
|
||||
|
Loading…
x
Reference in New Issue
Block a user