Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

agent-ix/python-service-actions

Open more actions menu

Repository files navigation

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

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 }}

About

Github actions and workflows for a python based service.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.