From 39a12d19cb9b232511ea98a5a8dff01aa340b1c7 Mon Sep 17 00:00:00 2001 From: Michael Shitrit Date: Tue, 30 Jan 2024 15:26:21 +0200 Subject: [PATCH] Remove combined NHC / SNR index image because it couples NHC and SNR go versions Signed-off-by: Michael Shitrit --- .github/workflows/post-submit.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/post-submit.yaml b/.github/workflows/post-submit.yaml index 0a8a977e2..d50ab1a65 100644 --- a/.github/workflows/post-submit.yaml +++ b/.github/workflows/post-submit.yaml @@ -37,23 +37,6 @@ jobs: # remove leading 'v' from tag! run: export VERSION=$(echo $GITHUB_REF_NAME | sed 's/v//') && make container-build-community container-push - - name: Build and push index image with versioned NHC + SNR images - if: ${{ github.ref_type != 'tag' }} - run: | - # get script from github - NAME=build-nhc-snr.sh - curl https://raw.githubusercontent.com/medik8s/tools/main/scripts/${NAME} -o $NAME - chmod +x $NAME - - # set version vars - VERSION=9.9.9-ci - export NHC_VERSION=${VERSION} - export SNR_VERSION=${VERSION} - export INDEX_VERSION=${VERSION} - - # build and push images - ./$NAME --skip-deploy - - name: Create release with manifests, for tags if: ${{ github.ref_type == 'tag' }} # https://github.com/marketplace/actions/github-release-create-update-and-upload-assets