This message was deleted.
# getting-started
s
This message was deleted.
s
Are you using the
docker.Image
resource? In any case, you can push the build and push the image to a registry in a separate process, like CI pipeline, then kick off Pulumi to deploy either automatically, on a schedule, or ad-hoc.
And either use
:latest
in your Pulumi code or pass a tag for a particular version.