Skip to content

Commit

Permalink
Fix the release cheat sheet - Rekor ID Fetch
Browse files Browse the repository at this point in the history
Instructions were using gcr instead of ghcr
  • Loading branch information
khrm authored and tekton-robot committed Jan 2, 2025
1 parent d8205e4 commit b27feb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton/release-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ the triggers repo, a terminal window and a text editor.
```bash
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/triggers/previous/${VERSION_TAG}/release.yaml
CONTROLLER_IMAGE_SHA=$(curl $RELEASE_FILE | sed -n 's/"//g;s/.*gcr\.io.*controller.*@//p;')
CONTROLLER_IMAGE_SHA=$(curl $RELEASE_FILE | sed -n 's/"//g;s/.*ghcr\.io.*controller.*@//p;')
REKOR_UUID=$(rekor-cli search --sha $CONTROLLER_IMAGE_SHA | grep -v Found | head -1)
echo -e "CONTROLLER_IMAGE_SHA: ${CONTROLLER_IMAGE_SHA}\nREKOR_UUID: ${REKOR_UUID}"
```
Expand Down

0 comments on commit b27feb0

Please sign in to comment.