From 03750afc605c574a845b08e86675dd328069028a Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Tue, 19 Dec 2023 20:18:38 -0800 Subject: [PATCH] Fix AWS registry --- .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