Skip to content

Commit

Permalink
Fix AWS registry (#4825)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Dec 20, 2023
1 parent 484b6e0 commit 53fedb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-plus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53fedb8

Please sign in to comment.