Upload ECR image to correct ECR repo (#32948)

Co-authored-by: emilymianeil <eneil@hashicorp.com>
This commit is contained in:
emily neil 2023-03-30 11:38:02 -07:00 committed by GitHub
parent b4d0de386e
commit 649d6d3f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,7 +149,7 @@ jobs:
dockerfile: .github/workflows/build-Dockerfile
tags: |
docker.io/hashicorp/${{env.repo}}:${{env.version}}
986891699432.dkr.ecr.us-east-1.amazonaws.com/hashicorp/${{env.repo}}:${{env.version}}
public.ecr.aws/hashicorp/${{env.repo}}:${{env.version}}
e2etest-build:
name: Build e2etest for ${{ matrix.goos }}_${{ matrix.goarch }}