Merge pull request #11860 from hashicorp/sm/rename-ecr-tag

Update ECR tag in CRT Builds
This commit is contained in:
Scott Macfarlane 2022-01-18 11:00:41 -08:00 committed by GitHub
commit de877038ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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}}