diff --git a/content/integrations/github-actions.mdx b/content/integrations/github-actions.mdx index c331e28..2bb2b9e 100644 --- a/content/integrations/github-actions.mdx +++ b/content/integrations/github-actions.mdx @@ -4,6 +4,10 @@ ogTitle: Use Depot in your GitHub Actions workflow description: Get faster container builds with persistent caching and zero emulation in GitHub Actions --- +If you're looking to use our fully-managed GitHub Actions Runners as a drop-in replacement for your existing runners, head over to [Quickstart for GitHub Actions Runners](/docs/github-actions/quickstart). + +If you're looking to use Depot just for your container image builds in GitHub Actions, read on. + ## Authentication For GitHub Actions, you can use OIDC, project, or user access tokens for authenticating your build with Depot. Because GitHub Actions supports the OIDC flow, we recommend using that for the best experience. diff --git a/content/overview/index.mdx b/content/overview/index.mdx index 0e9901b..c6076a4 100644 --- a/content/overview/index.mdx +++ b/content/overview/index.mdx @@ -38,4 +38,4 @@ We offer Depot-managed GitHub Actions Runners that bring the power of Depot to t If you need to build container images from untrusted sources or simply want to be able to call an API to build an image, we offer our remote container build infrastructure behind an API. You can use our build API to build container images from your own code on behalf of your own users using our `depot` CLI or with `buildx` as a library. -[Learn more about the Build API](/docs/api/overview) +[Learn more about the Build API.](/docs/api/overview)