Update ECR tag in CRT Builds

This updates the ECR tag to the correct naming convention.

Signed-off-by: Scott Macfarlane <smacfarlane@hashicorp.com>
This commit is contained in:
Scott Macfarlane 2021-12-15 13:17:16 -08:00
parent cef506ce6d
commit 70757f617d
1 changed files with 1 additions and 1 deletions

View File

@ -249,4 +249,4 @@ jobs:
arch: ${{matrix.arch}}
tags: |
docker.io/hashicorp/${{env.repo}}:${{env.version}}
ecr.public.aws/hashicorp/${{env.repo}}:${{env.version}}
public.ecr.aws/hashicorp/${{env.repo}}:${{env.version}}