10BC0
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484b6e0 commit 53fedb8Copy full SHA for 53fedb8
.github/workflows/build-plus.yml
@@ -161,7 +161,7 @@ jobs:
161
- name: AWS variables
162
id: aws
163
run: |
164
- 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 }}")
165
version=$(echo ${{ steps.meta.outputs.version }} | sed 's/-mktpl//')
166
declare -A nap_mapping=(
167
["waf"]=_NAP_WAF
0 commit comments