New depot/pull-action GitHub Action
To go with our new ephemeral registry, we introduced a new depot/pull-action
GitHub Action that can be used to pull an image into a workflow via a given build ID.
The depot/build-push-action
has the build ID stored in its output. So you can use that output to pull the image into your workflow to run integration tests, deploy to a staging environment, or whatever else you need to do.