Skip to content

Validated A2A and Web agent. #8

Validated A2A and Web agent.

Validated A2A and Web agent. #8

Workflow file for this run

name: Build|Upload|Release Python Package
on:
push:
branches:
- 'main'
jobs:
publish-pypi:
uses: Knuckles-Team/pipelines/.github/workflows/python_pipeline.yml@latest
secrets:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
publish-docker:
needs: publish-pypi
uses: Knuckles-Team/pipelines/.github/workflows/container_pipeline.yml@latest
secrets:
DOCKER_REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_REPOSITORY: ${{ secrets.DOCKER_REPOSITORY }}