Jack P
12/04/2023, 8:09 PMprefect.yaml
to private Google Cloud Artifact Registry? I have it working through GitHub actions, but was going to move it to the prefect.yaml
since I am moving my deployments to it.
Thanks 🙏Kevin Grismore
12/04/2023, 8:13 PMprefect.yaml
, the image name in the push step just needs to be the full url of your repo in artifact reg, including the actual image name. Managing auth the right way for this depends on a few things and can be tricky at times. Are you running prefect deploy
inside the github actions workflow?Jack P
12/04/2023, 8:15 PM