Skip to content

Update README.md

Update README.md #75

name: Publish Training Operator Core Images
on:
- push
- pull_request
jobs:
core:
name: Publish Image
uses: ./.github/workflows/build-and-publish-images.yaml
with:
component-name: ${{ matrix.component-name }}
platforms: linux/amd64,linux/arm64,linux/ppc64le
dockerfile: ${{ matrix.dockerfile }}
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
- component-name: kubectl-delivery
dockerfile: build/images/kubectl-delivery/Dockerfile
- component-name: storage-initializer
dockerfile: sdk/python/kubeflow/storage_initializer/Dockerfile

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

View workflow run for this annotation

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

Invalid workflow file

You have an error in your yaml syntax on line 28
context: sdk/python/kubeflow/storage_initializer