Hello, I’m trying to get metadata “foobar” to feed into docker command, but the command is either escaped or any environment variables I set are ignored. Example (which is obviously truncated) below:
steps:
- label: ":emoji: Run command in docker image"
key: action-service
plugins:
- docker#v5.4.0:
image: "registry.company.com/company-internal/tool-we-built:v1.0.11"
command: ["command", "subcommand", "--flag", '$(buildkite-agent meta-data get foobar)']