diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 861fb6e19dd..711f3960869 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,8 +35,6 @@ jobs: generate_release_notes: true body: | Image: `${{ env.IMAGE_NAME }}:${{ github.event.inputs.version }}` - Image: `${{ env.IMAGE_NAME }}:${{ github.event.inputs.version }}-ubi` - Image: `${{ env.IMAGE_NAME }}:${{ github.event.inputs.version }}-ubi-boringssl` env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" @@ -58,8 +56,6 @@ jobs: matrix: include: - tag_suffix: "" # distroless image - - tag_suffix: "-ubi" # ubi image - - tag_suffix: "-ubi-boringssl" # ubi image permissions: id-token: write