From 71e77840f8ed4dbdd49566201e52dcda1be44434 Mon Sep 17 00:00:00 2001 From: nitrocode <7775707+nitrocode@users.noreply.github.com> Date: Tue, 28 Mar 2023 22:50:08 -0500 Subject: [PATCH] feat(build): add public.ecr.aws tag --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e39fa0ea2..551c6c7d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -246,6 +246,7 @@ jobs: arch: ${{ matrix.arch }} tags: | docker.io/hashicorp/${{ env.repo }}:${{ env.version }} + public.ecr.aws/hashicorp/${{ env.repo }}:${{ env.version }} # dev_tags are tags that get automatically pushed whenever successful # builds make it to the stable channel. The intention is for these tags # to be used for early testing of new code prior to official releases