Michiel
09/26/2024, 9:38 AM{{ $MY_ENV_VAR }}
. This is especially useful for referencing environment variables that are set at runtime.
I would expect this to work but seems like it doesn't.
name: prefect3
prefect-version: 3.0.3
build:
- prefect_docker.deployments.steps.build_docker_image:
requires: prefect-docker>=0.6.1
image_name: <my_image_name>
tag: hello_world
dockerfile: Dockerfile
buildargs:
PLATFORM: "{{ $PLATFORM }}"