Merge pull request #11585 from mpurg/description_auditmaxlogfileaction #2187
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 |