diff --git a/release/README.md b/release/README.md index 14bd2ac73..2dce4b2c8 100644 --- a/release/README.md +++ b/release/README.md @@ -63,8 +63,10 @@ text editor. --param=gitRevision="${CHAINS_RELEASE_GIT_SHA}" \ --param=versionTag="${CHAINS_VERSION_TAG}" \ --param=serviceAccountPath=release.json \ + --param=serviceAccountImagesPath=credentials \ --param=releaseBucket=gs://tekton-releases/chains \ --workspace name=release-secret,secret=release-secret \ + --workspace name=release-images-secret,secret=ghcr-creds \ --use-param-defaults \ --workspace name=workarea,volumeClaimTemplateFile=workspace-template.yaml ``` diff --git a/release/release-pipeline.yaml b/release/release-pipeline.yaml index 56b780951..5f87e25ae 100644 --- a/release/release-pipeline.yaml +++ b/release/release-pipeline.yaml @@ -32,7 +32,7 @@ spec: default: gcr.io - name: imageRegistryPath description: The path (project) in the image registry - default: tekton-releases + default: tektoncd/chains - name: imageRegistryRegions description: The target image registry regions default: "us eu asia"