From 64546fd4fff2870f54b98788c44ca22a4d416986 Mon Sep 17 00:00:00 2001 From: JeromeJu <46675578+JeromeJu@users.noreply.github.com> Date: Wed, 17 Jan 2024 18:27:46 -0500 Subject: [PATCH] Update clarification for release.md (#2957) --- RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 35a5b3aa9..1cebe179b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -92,7 +92,8 @@ gcr.io/kaniko-project/executor:warmer-vX.Y.Z ``` You could verify if the images are published using the `docker pull` command ``` -docker pull gcr.io/kaniko-project/executor:warmer-vX.Y.Z +docker pull gcr.io/kaniko-project/executor:vX.Y.Z +docker pull gcr.io/kaniko-project/warmer:vX.Y.Z ``` In case the images are still not published, ping one of the kaniko maintainers and they will provide the cloud build trigger logs. You can also request read access to the Google `kaniko-project`.