Skip to content

Commit

Permalink
Merge pull request #182 from mshitrit/remove-combined-index-image
Browse files Browse the repository at this point in the history
Remove combined NHC / SNR index image
  • Loading branch information
openshift-merge-bot[bot] authored Jan 31, 2024
2 parents 60364c4 + 39a12d1 commit 796fef2
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/post-submit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 796fef2

Please sign in to comment.