From c97b4dbc8d3e7b686158a7a637f85e860bf1ffe4 Mon Sep 17 00:00:00 2001 From: Nick Tampakas Date: Thu, 12 Sep 2024 17:12:29 +0300 Subject: [PATCH] Change issuer URL --- .github/scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/build.sh b/.github/scripts/build.sh index b0d948b..d6031e9 100755 --- a/.github/scripts/build.sh +++ b/.github/scripts/build.sh @@ -1,7 +1,7 @@ #!/bin/bash set -ex -ISSUER_URL="https://issuer-anon-aadhaar.pse.dev" +ISSUER_URL="https://issuer.anon-aadhaar.pse.dev" aws ecr get-login-password --region eu-central-1 | docker login --username AWS --password-stdin 490752553772.dkr.ecr.eu-central-1.amazonaws.com