Skip to content

bump: kubevirt to v1.1.1 and harvester to v1.3.0 #3

bump: kubevirt to v1.1.1 and harvester to v1.3.0

bump: kubevirt to v1.1.1 and harvester to v1.3.0 #3

Workflow file for this run

name: Master Build and Publish
on:
push:
branches:
- master
- release/v*
jobs:
build-master:
uses: ./.github/workflows/template-build.yml
with:
release-tag-name: ${{ github.ref_name }}-head
push: true
secrets: inherit