From 53fedb87d8fc578fdb66a3fec85c31302d9c3d43 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 20 Dec 2023 02:07:20 -0800 Subject: [PATCH] Fix AWS registry (#4825) --- .github/workflows/build-plus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-plus.yml b/.github/workflows/build-plus.yml index 3080df7f6b..8f2823d750 100644 --- a/.github/workflows/build-plus.yml +++ b/.github/workflows/build-plus.yml @@ -161,7 +161,7 @@ jobs: - name: AWS variables id: aws run: | - aws_registry=$(echo "${{ steps.meta.outputs.tags }}" | grep -oP "709825985650.dkr.ecr.us-east-1.amazonaws.com/[^[:space:]]+") + aws_registry=$(echo "${{ steps.meta.outputs.tags }}" | grep -oP "709825985650.dkr.ecr.us-east-1.amazonaws.com/[^[:space:]]+:${{ steps.meta.outputs.version }}") version=$(echo ${{ steps.meta.outputs.version }} | sed 's/-mktpl//') declare -A nap_mapping=( ["waf"]=_NAP_WAF