From d831ffa80fe9c3a5c0045ad4b9278cc4c079083d Mon Sep 17 00:00:00 2001 From: "elangovan.selvaraj" Date: Thu, 15 Jun 2023 11:12:59 +0530 Subject: [PATCH] change the base yq image url to ecr image --- github-action/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-action/Dockerfile b/github-action/Dockerfile index dc1ae796..fb95e940 100644 --- a/github-action/Dockerfile +++ b/github-action/Dockerfile @@ -1,4 +1,4 @@ -FROM mikefarah/yq:4 +FROM public.ecr.aws/i1i0w6p5/mikefarah/yq:4 COPY entrypoint.sh /entrypoint.sh