From 13f19da87670375fde9fe75f515262d228af1ce3 Mon Sep 17 00:00:00 2001 From: Adrian Lee Date: Tue, 26 Nov 2024 12:11:27 +1100 Subject: [PATCH] Update README.md Updated docs for buildkite package registry Signed-off-by: Adrian Lee --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b42102..fe2e99c 100644 --- a/README.md +++ b/README.md @@ -497,7 +497,7 @@ jobs: ### Buildkite Package Registry -Use your Buildkite registered email address and an API access token to authenticate. +Use your Buildkite registered email address to generate an API access token to authenticate. U ```yaml name: ci @@ -515,10 +515,17 @@ jobs: uses: docker/login-action@v3 with: registry: packages.buildkite.com - username: buildkite #All usernames to buildkite packages is "buildkite". Ref https://buildkite.com/docs/package-registries + username: buildkite #All usernames to buildkite packages is "buildkite". password: ${{ secrets.BUILDKITE_ACCESS_TOKEN }} ``` -Scope required: +**Useful references:** +[Buildkite package Registry](https://buildkite.com/docs/package-registries) + +Go to your Buildkite Org/Buildkite Package registry to generate a token + +**Working pipeline example:** [https://gist.github.com/kleeadrian/f096878f76b5fb759976adce9550c9a5](https://gist.github.com/kleeadrian/f096878f76b5fb759976adce9550c9a5) + +**Scope required:** ``` read_registries write_registries