Mike Safruk
06/07/2023, 4:27 PMJake Kaplan
06/07/2023, 5:35 PMMike Safruk
06/07/2023, 5:39 PMJamie Zieziula
06/07/2023, 6:05 PMJamie Zieziula
06/07/2023, 6:06 PMbuild
step in either your prefect.yaml
or your deployment.yaml
to define the configuration you’d expect for the build (and push) of your Docker imageJamie Zieziula
06/07/2023, 6:08 PMbuild:
- prefect_docker.projects.steps.build_docker_image: &docker_build
push: true
requires: prefect-docker==0.2.3
tag: latest
dockerfile: path/to/Dockerfile
image_name: dockerregistry/imagename