chore: update copyright year to 2025 and change Rancher Labs to SUSE #20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |