Skip to content

Commit 77f54c0

Browse files
khrmtekton-robot
authored andcommitted
Fix the release cheat sheet - Rekor ID Fetch
Instructions were using gcr instead of ghcr
1 parent ed98593 commit 77f54c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tekton/release-cheat-sheet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ the triggers repo, a terminal window and a text editor.
103103
104104
```bash
105105
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/triggers/previous/${VERSION_TAG}/release.yaml
106-
CONTROLLER_IMAGE_SHA=$(curl $RELEASE_FILE | sed -n 's/"//g;s/.*gcr\.io.*controller.*@//p;')
106+
CONTROLLER_IMAGE_SHA=$(curl $RELEASE_FILE | sed -n 's/"//g;s/.*ghcr\.io.*controller.*@//p;')
107107
REKOR_UUID=$(rekor-cli search --sha $CONTROLLER_IMAGE_SHA | grep -v Found | head -1)
108108
echo -e "CONTROLLER_IMAGE_SHA: ${CONTROLLER_IMAGE_SHA}\nREKOR_UUID: ${REKOR_UUID}"
109109
```

0 commit comments

Comments
 (0)