We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1aa00c commit 0fa764fCopy full SHA for 0fa764f
src/routes/team/[team]/+page.svelte
@@ -33,9 +33,9 @@
33
34
{#if deprecatedImages?.length}
35
<Alert variant="error">
36
- Starting from April 1st, applications and jobs on Nais must use images from Google Artifact
37
- Registry (GAR). The easiest way to ensure that images are stored in GAR is to use Nais' GitHub
38
- Actions in the workflow. <a
+ Starting April 1st, applications and jobs on Nais must use images from Google Artifact Registry
+ (GAR). The easiest way to ensure that images are stored in GAR is to use Nais' GitHub Actions in
+ the workflow. <a
39
href="https://nais.io/log/#2025-02-24-image-policy"
40
target="_blank"
41
rel="noopener noreferrer">Read more in Nais announcement</a
0 commit comments