From bf43c16e39d9e678ff80d7d8bf1c5b7addf94804 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Wed, 5 Mar 2025 10:32:16 -0800 Subject: [PATCH] update README w/new variable names --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2f0172..56c7dcb 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,12 @@ The basic workflow for creating a new hub user image is as follows: owner as `cal-icor`. 2. In the new repo, set the appropriate values in the Actions repository - variables for `HUB` and `IMAGE`. + variables for `HUB` (name of the hub) and `IMAGE` (relative path to the + image in ECR). 3. Give the new repo access to the `cal-icor` organization-level - secrets: `GAR_SECRET_KEY` and `IMAGE_BUILDER_CREATE_PR`. + secrets: `AWS_SECRET_ACCESS_KEY`, `AWS_ACCESS_KEY_ID` and + `IMAGE_BUILDER_CREATE_PR`. 4. Fork that repository to create your image repository.