From 56a4a633c0252c32624be352a8a445728c0e5ea7 Mon Sep 17 00:00:00 2001 From: Akshay Bhansali Date: Mon, 25 Oct 2021 16:05:56 +0530 Subject: [PATCH] Fix repo name (#80) * change build_deploy file permission change file permissions * Fix quay.io repo name --- build_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_deploy.sh b/build_deploy.sh index fcef029..170394e 100755 --- a/build_deploy.sh +++ b/build_deploy.sh @@ -1,7 +1,7 @@ #!/bin/bash set -exv -BASE_IMG=" fabric8-analytics-graph-cve-sync" +BASE_IMG="fabric8-analytics-graph-cve-sync" QUAY_IMAGE="quay.io/app-sre/${BASE_IMG}" IMG="${BASE_IMG}:latest"