Merge pull request #12686 from rutvik23/CMP-3034 #3098
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' |