Update build image to use new k8s pkg repo (#556) #205
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: Multiarch builds | |
on: | |
push: | |
branches: [ 'release-v*' ] | |
jobs: | |
multiarch-build: | |
uses: openshift-knative/hack/.github/workflows/multiarch-build.yaml@main | |
secrets: inherit |