From 9720944471b1e56bfcc291a7da8a43bfaaba92d4 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Fri, 22 May 2026 13:36:09 +0200 Subject: [PATCH] use GitHub alerts for README notes Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 00a3a41..bc46217 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ jobs: password: ${{ secrets.AZURE_CLIENT_SECRET }} ``` +> [!NOTE] > Replace `` with the name of your registry. #### OpenID Connect (OIDC) @@ -191,10 +192,12 @@ jobs: password: ${{ steps.acr-token.outputs.token }} ``` +> [!NOTE] > Replace `` with the name of your registry. ### Google Container Registry (GCR) +> [!NOTE] > [Google Artifact Registry](#google-artifact-registry-gar) is the evolution of > Google Container Registry. As a fully-managed service with support for both > container images and non-container artifacts. If you currently use Google @@ -239,9 +242,10 @@ jobs: password: ${{ steps.auth.outputs.access_token }} ``` +> [!NOTE] > Replace `` with configured workload identity > provider. For steps to configure, [see here](https://github.com/google-github-actions/auth#setting-up-workload-identity-federation). - +> > Replace `` with configured service account in workload > identity provider which has access to push to GCR @@ -310,12 +314,13 @@ jobs: password: ${{ steps.auth.outputs.access_token }} ``` +> [!NOTE] > Replace `` with configured workload identity > provider - +> > Replace `` with configured service account in workload > identity provider which has access to push to GCR - +> > Replace `` with the regional or multi-regional [location](https://cloud.google.com/artifact-registry/docs/repo-organize#locations) > of the repository where the image is stored. @@ -347,6 +352,7 @@ jobs: password: ${{ secrets.GAR_JSON_KEY }} ``` +> [!NOTE] > Replace `` with the regional or multi-regional [location](https://cloud.google.com/artifact-registry/docs/repo-organize#locations) > of the repository where the image is stored. @@ -401,6 +407,7 @@ jobs: AWS_ACCOUNT_IDS: 012345678910,023456789012 ``` +> [!NOTE] > Only available with [AWS CLI version 1](https://docs.aws.amazon.com/cli/latest/reference/ecr/get-login.html) You can also use the [Configure AWS Credentials](https://github.com/aws-actions/configure-aws-credentials) @@ -431,6 +438,7 @@ jobs: registry: .dkr.ecr..amazonaws.com ``` +> [!NOTE] > Replace `` and `` with their respective values. ### AWS Public Elastic Container Registry (ECR) @@ -462,6 +470,7 @@ jobs: AWS_REGION: ``` +> [!NOTE] > Replace `` with its respective value (default `us-east-1`). ### OCI Oracle Cloud Infrastructure Registry (OCIR) @@ -494,6 +503,7 @@ jobs: password: ${{ secrets.OCI_TOKEN }} ``` +> [!NOTE] > Replace `` with their respective values from [availability regions](https://docs.cloud.oracle.com/iaas/Content/Registry/Concepts/registryprerequisites.htm#Availab) ### Quay.io