Merge pull request #12689 from ericeberry/u2404_1113 #2997
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: Kubernetes content | |
on: | |
push: | |
branches: [ 'master' ] | |
jobs: | |
container-main: | |
permissions: | |
contents: read | |
id-token: write | |
packages: write | |
uses: metal-toolbox/container-push/.github/workflows/container-push.yml@main | |
with: | |
name: k8scontent | |
tag: ${GITHUB_SHA} | |
latest: true | |
registry_org: complianceascode | |
dockerfile_path: ./Dockerfiles/ocp4_content | |
licenses: BSD | |
vendor: ComplianceAsCode authors | |
platforms: 'linux/amd64,linux/ppc64le,linux/s390x' |