Skip to content

Commit

Permalink
ci: build test-harness for dev releases (#353)
Browse files Browse the repository at this point in the history
Not only release candidataes.

Signed-off-by: Jan Fajerski <[email protected]>
  • Loading branch information
jan--f authored Sep 5, 2023
1 parent b40ea91 commit 5bd4be2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,16 @@ jobs:
quay_token: ${{ secrets.QUAY_TOKEN }}
go-version: ${{ env.go-version }}

- name: Publish test harness
uses: ./.github/osd-test-harness-publish
env:
IMAGE_BASE: ${{ secrets.IMAGE_BASE }}
VERSION: ${{ steps.version.outputs.version }}
with:
quay_login: ${{ secrets.QUAY_LOGIN }}
quay_token: ${{ secrets.QUAY_TOKEN }}
go-version: ${{ env.go-version }}

create-github-prerelease:
needs:
- e2e-tests-olm
Expand Down

0 comments on commit 5bd4be2

Please sign in to comment.