Skip to content

Changes isort profile to black, to be fully compatible and adds 'pkg' dir for black and flake8 #992

Changes isort profile to black, to be fully compatible and adds 'pkg' dir for black and flake8

Changes isort profile to black, to be fully compatible and adds 'pkg' dir for black and flake8 #992

name: Publish Katib Conformance Test 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
dockerfile: ${{ matrix.dockerfile }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
strategy:
fail-fast: false
matrix:
include:
- component-name: katib-conformance
dockerfile: Dockerfile.conformance