Retag package docker image (#535)

Co-authored-by: Alexandros Panayi <alexpanayi@Alexandross-MBP.attlocal.net>
This commit is contained in:
Alexandros Panayi 2023-09-21 07:59:24 -05:00 committed by GitHub
parent a257fc99e9
commit f87c6c4a6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,8 +149,8 @@ jobs:
dockerfile: .github/workflows/build-Dockerfile
smoke_test: .github/scripts/verify_docker v${{ env.version }}
tags: |
docker.io/hashicorp/${{env.repo}}:${{env.version}}
public.ecr.aws/hashicorp/${{env.repo}}:${{env.version}}
docker.io/opentofu/${{env.repo}}:${{env.version}}
public.ecr.aws/opentofu/${{env.repo}}:${{env.version}}
e2etest-build:
name: Build e2etest for ${{ matrix.goos }}_${{ matrix.goarch }}