From b960cc60623398ee0a924a12785fac460e4c3ed2 Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Fri, 17 Jun 2022 11:07:01 -0700 Subject: [PATCH] Update RELEASING.md --- RELEASING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index ec8117f..803b321 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -1,3 +1,4 @@ # Releasing a new gcp-auth-webhook image -Bump the `VERSION` variable in the Makefile and open a PR to update it. Make sure `KO_VERSION` is the latest version according to its [github repo](https://github.com/google/ko/releases). +Bump the `VERSION` variable in the Makefile and open a PR to update it. Make sure `KO_VERSION` is the latest version according to its [github repo](https://github.com/google/ko/releases). + Once merged, create a tag with the same name as the new version, then create a releasein the github UI. Once the release is created, run `make image`. This will use `ko` to create the new multiarch image and push it to `$REGISTRY/gcp-auth-webhook` according to the REGISTRY variable in the Makefile.