Skip to content

fix: examples/xgboost/xgboost-dist/Dockerfile to reduce vulnerabilities #274

fix: examples/xgboost/xgboost-dist/Dockerfile to reduce vulnerabilities

fix: examples/xgboost/xgboost-dist/Dockerfile to reduce vulnerabilities #274

name: Publish Training Operator Core Images
on:
- push
- pull_request
jobs:
core:
name: Publish Image
uses: ./.github/workflows/build-and-publish-images.yaml

Check failure on line 10 in .github/workflows/publish-core-images.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-core-images.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/publish-core-images.yaml" -> "./.github/workflows/build-and-publish-images.yaml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
component-name: ${{ matrix.component-name }}
platforms: ${{ matrix.platforms }}
dockerfile: ${{ matrix.dockerfile }}
context: ${{ matrix.context }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
strategy:
fail-fast: false
matrix:
include:
- component-name: training-operator
dockerfile: build/images/training-operator/Dockerfile
platforms: linux/amd64,linux/arm64,linux/ppc64le
- component-name: kubectl-delivery
dockerfile: build/images/kubectl-delivery/Dockerfile
platforms: linux/amd64,linux/arm64,linux/ppc64le
- component-name: storage-initializer
dockerfile: sdk/python/kubeflow/storage_initializer/Dockerfile
context: sdk/python/kubeflow/storage_initializer
platforms: linux/amd64,linux/arm64
- component-name: trainer-huggingface
dockerfile: sdk/python/kubeflow/trainer/Dockerfile
context: sdk/python/kubeflow/trainer
platforms: linux/amd64,linux/arm64