Victor
03/07/2025, 8:55 PMStep 5/5 : LABEL io.prefect.version=3.2.9
---> Running in 2f8089e9041b
---> 1cf7f918acb6
Successfully built 1cf7f918acb6
Running deployment push steps...
> Running push_docker_image step...
I can see creds are correct because it is creating empty remote registry tag but doesnt complete the push.Marvin
03/07/2025, 8:55 PMprefect.yaml
or deployment configuration to ensure that the push
section is correctly set up. The documentation provides examples on how to configure the push action, which might be helpful in your case. Prefect YAML Documentation
5. Prefect Docker Integration: Ensure that you are using a compatible version of Prefect's Docker integration. The example configuration requires prefect-docker>=0.3.11
.
For more detailed guidance, you might want to refer to the Prefect Docker Deployment Documentation.
If the problem persists, consider checking for any open issues or discussions on Prefect's GitHub repository that might be related to your specific setup.