diff --git a/.github/workflows/k8s-content.yaml b/.github/workflows/k8s-content.yaml new file mode 100644 index 00000000000..563637a11af --- /dev/null +++ b/.github/workflows/k8s-content.yaml @@ -0,0 +1,23 @@ +--- +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,linux/arm64'