Back to the catalog

Python Service Actions Specification

Index of artifacts in this directory.

Open source Repository Open in the app JSON README (API)

About

# Python Service Actions Specification

## Contents

* [Spec](./spec.md)

Details

Kind
OKF bundles
Topic
Files & documents
Publisher
agent-ix
Origin
okf_github
Category
dados
Version
0.1
Last push
2026-06-30T04:18:42Z
Repository state
ativo
Added
2026-09-08 02:26:02
Updated
2026-09-08 02:26:02
Origin id
agent-ix/python-service-actions:spec/index.md

README

# Reusable Docker GitHub Workflows

This repo contains reusable workflows for:
- Building Docker images with PBR versioning
- Running pytest, black, and flake8 with summary + artifact output
- Layer caching with GHCR
- Tarball-based image transfer for parallel runners

## Usage Example

```yaml
jobs:
  ci:
    uses: agent-ix/python-service-actions/.github/workflows/build.yml@main
    with:
      image: ghcr.io/${{ github.repository }}
    secrets:
      REGISTRY_USER: ${{ github.actor }}
      REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
```

More