# Save a build in a temporary registry (beta) (https://depot.dev/changelog/2023-11-15-temporary-registry)

> Published 2023-11-15

We mentioned this last month, but we've added some final touches to our beta feature, allowing you to save a build in a temporary registry. You can now run a build and save the resulting Docker image in a temporary registry for later use.

```shell
depot build --save .
```

This will store the image in a temporary registry. You can use the `depot pull` command to pull it back out by build ID.

```shell
depot pull <build-id>
```

The save and pull workflow is great for folks who need to build an image once and then use it multiple times in different integration tests or environments.

If you have installed the latest version of the [`depot` CLI](/docs/cli/installation), you can try it out now.

## 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.