# Ephemeral registries (https://depot.dev/changelog/2023-12-06-ephemeral-registries)

> Published 2023-12-06

We started the month with our much anticipated [ephemeral registries](/blog/depot-ephemeral-registry). You can now include a `--save` flag in your build commands to persist your built image to a temporary registry. We introduced our new `depot pull` command to pull images from this registry and use them in your CI/CD pipelines. We also added a new `depot push` command to forward images from the registry to your destination registry.

```shell
depot pull <build-id>
depot push -t <your-registry> <build-id>
```

You can read up on the new commands in our [CLI docs](/docs/cli/reference).

## For AI Agents

The full site index is at [llms.txt](https://depot.dev/llms.txt). Append `.md` to any documentation, blog, changelog, or customer URL to fetch its markdown source directly.