1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Add public preview note for Custom Images (#58846)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Sunbrye Ly
2025-12-12 09:38:17 -08:00
committed by GitHub
parent 04a952c4a3
commit e23f6672e9
2 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ product: '{% data variables.actions.github_hosted_larger_runners %} are only ava
---
{% data reusables.actions.custom-images-public-preview-note %}
## Custom images
You can create a custom image to define the exact environment that your {% data variables.actions.github_hosted_larger_runners %} use. Custom images let you preinstall tools, dependencies, and configurations to speed up workflows and improve consistency across jobs.

View File

@@ -0,0 +1,2 @@
> [!NOTE]
> Custom images are in {% data variables.release-phases.public_preview %} and subject to change.