From 27db7dbeccfccd1184680521a91bd22ff5099802 Mon Sep 17 00:00:00 2001 From: Drew Zhang Date: Tue, 3 Aug 2021 14:25:27 -0700 Subject: [PATCH] revert remove latest version match validation commit Signed-off-by: Drew Zhang --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index 9b5b98aa7..cce05b504 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -10,7 +10,7 @@ phases: build: commands: # Check latest image versions from dockerhub and from GitHub source file - # - './scripts/publish.sh cicd-check-image-version' + - './scripts/publish.sh cicd-check-image-version' # Command to build your project - make release