Hi everyone. I was examining this example: <https:...
# ask-community
t
Hi everyone. I was examining this example: https://github.com/PrefectHQ/prefect-recipes/blob/main/devops/github-actions/general-docker-deploy.yaml. This action builds an image and deployment. I couldn't see where image is used, it is just built and pushed to the registry. Thanks. 🙏
t
flow code is inside the image or how it is using?
or is the job inside generated deployment file using the image?
r
No it's using s3 for the flow storage
t
yeah, I'm curious how this image is used by the flow but it is in S3, so we don't access
that uses local flow files from the docker img
🙏 1