From af2b7dcfdf9c488d2e6c2c4a3eb709e5c384f1e7 Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-boundary <82989682+hc-github-team-secure-boundary@users.noreply.github.com> Date: Fri, 1 May 2026 02:28:56 +0530 Subject: [PATCH] backport of commit 51c66b12f13e56a9914a8f427da0de80277ee949 (#6673) Co-authored-by: Michael Li --- .github/workflows/build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 610afa5fe9..a8dc074459 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -367,8 +367,6 @@ jobs: strategy: matrix: arch: ["arm", "arm64", "386", "amd64"] - outputs: - name: docker.io/hashicorppreview/${{ env.repo }}:${{ env.minor-version }}-dev-${{ github.sha }} env: repo: ${{ github.event.repository.name }} version: ${{ needs.set-product-version.outputs.product-version }} @@ -387,9 +385,6 @@ jobs: public.ecr.aws/hashicorp/${{ env.repo }}:${{ env.version }} # Per-commit dev images follow the naming convention MAJOR.MINOR-dev # And MAJOR.MINOR-dev-$COMMITSHA - dev_tags: | - docker.io/hashicorppreview/${{ env.repo }}:${{ env.minor-version }}-dev - docker.io/hashicorppreview/${{ env.repo }}:${{ env.minor-version }}-dev-${{ github.sha }} e2e: name: e2e @@ -408,7 +403,7 @@ jobs: artifact-name: "boundary_${{ needs.set-product-version.outputs.product-version }}_linux_amd64.zip" go-version: ${{ needs.product-metadata.outputs.go-version }} edition: ${{ needs.product-metadata.outputs.product-edition }} - docker-image-file: "boundary_default_linux_amd64_${{ needs.set-product-version.outputs.product-version }}_${{ github.sha }}.docker.dev.tar" + docker-image-file: "boundary_default_linux_amd64_${{ needs.set-product-version.outputs.product-version }}_${{ github.sha }}.docker.tar" secrets: inherit bats: uses: ./.github/workflows/test-cli-ui_oss.yml