Bump k8s.io/kube-openapi to 3c01b74 #144
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: build | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
go: | |
uses: poseidon/.github/.github/workflows/golang-library.yaml@main | |
multiarch: | |
uses: poseidon/fleetlock/.github/workflows/multiarch.yaml@main | |
secrets: | |
QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }} |