File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,15 +65,15 @@ jobs:
6565
6666 - name : Build and push application image
6767 run : |
68- make docker-buildx IMG_TAG_BASE ="ghcr.io/${{ github.repository }}" VERSION="${{ steps.compute_version.outputs.IMAGE_TAG }}"
68+ make docker-buildx IMAGE_TAG_BASE ="ghcr.io/${{ github.repository }}" VERSION="${{ steps.compute_version.outputs.IMAGE_TAG }}"
6969
7070 # - name: Build and push OLM bundle image
7171 # run: |
72- # make bundle bundle-build bundle-push IMG_TAG_BASE ="ghcr.io/${{ github.repository }}" VERSION="${{ steps.compute_version.outputs.IMAGE_TAG }}"
72+ # make bundle bundle-build bundle-push IMAGE_TAG_BASE ="ghcr.io/${{ github.repository }}" VERSION="${{ steps.compute_version.outputs.IMAGE_TAG }}"
7373
7474 # - name: Build and push OLM catalog image
7575 # run: |
76- # make catalog-build catalog-push IMG_TAG_BASE ="ghcr.io/${{ github.repository }}" VERSION="${{ steps.compute_version.outputs.IMAGE_TAG }}"
76+ # make catalog-build catalog-push IMAGE_TAG_BASE ="ghcr.io/${{ github.repository }}" VERSION="${{ steps.compute_version.outputs.IMAGE_TAG }}"
7777
7878 - name : Create GitHub Release
7979 uses : softprops/action-gh-release@v2
Original file line number Diff line number Diff line change 77 test-e2e :
88 name : Run e2e tests
99 runs-on : ubuntu-latest
10+ # don't run when only tags have been pushed
11+ if : github.ref_type != 'tag'
1012 steps :
1113 - name : Clone the code
1214 uses : actions/checkout@v6
You can’t perform that action at this time.
0 commit comments