mirror of https://github.com/status-im/consul.git
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:
parent
1d5fba753c
commit
6d720b88b7
|
@ -249,4 +249,4 @@ jobs:
|
||||||
arch: ${{matrix.arch}}
|
arch: ${{matrix.arch}}
|
||||||
tags: |
|
tags: |
|
||||||
docker.io/hashicorp/${{env.repo}}:${{env.version}}
|
docker.io/hashicorp/${{env.repo}}:${{env.version}}
|
||||||
ecr.public.aws/hashicorp/${{env.repo}}:${{env.version}}
|
public.ecr.aws/hashicorp/${{env.repo}}:${{env.version}}
|
||||||
|
|
Loading…
Reference in New Issue