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