Skip to content

feat(registry): add registry proxy plugin #414

feat(registry): add registry proxy plugin

feat(registry): add registry proxy plugin #414

name: Integration Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
backend:
strategy:
fail-fast: false
matrix:
component:
[mgmt-backend, pipeline-backend, model-backend, controller-model]
uses: instill-ai/instill-core/.github/workflows/integration-test-backend.yml@main
with:
component: ${{ matrix.component }}
target: latest
build-push-image:
needs: backend
if: github.ref == 'refs/heads/main'
name: Build and push image
uses: instill-ai/api-gateway/.github/workflows/images.yml@main
secrets: inherit