mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Upload ECR image to correct ECR repo (#32948)
Co-authored-by: emilymianeil <eneil@hashicorp.com>
This commit is contained in:
parent
b4d0de386e
commit
649d6d3f12
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user