Nixpacks GitHub Action

The official `iloveitaly/github-action-nixpacks` GitHub Action wraps the Nixpacks CLI so that CI pipelines can build and optionally push OCI images directly from a workflow without installing Nixpacks manually. The action accepts the same overrides as the CLI (image tags, platform, push target, plan path, environment variables) and is commonly paired with Docker login actions to publish images to GitHub Container Registry, Docker Hub, or any OCI-compliant registry.

Nixpacks GitHub Action is one of 5 APIs that Nixpacks publishes on the APIs.io network.

Tagged areas include GitHub Actions, CI/CD, Build, and Container Image. The published artifact set on APIs.io includes API documentation.

API entry from apis.yml

apis.yml Raw ↑
aid: nixpacks:github-action
name: Nixpacks GitHub Action
description: The official `iloveitaly/github-action-nixpacks` GitHub Action wraps the Nixpacks CLI so
  that CI pipelines can build and optionally push OCI images directly from a workflow without installing
  Nixpacks manually. The action accepts the same overrides as the CLI (image tags, platform, push target,
  plan path, environment variables) and is commonly paired with Docker login actions to publish images
  to GitHub Container Registry, Docker Hub, or any OCI-compliant registry.
humanURL: https://github.com/iloveitaly/github-action-nixpacks
tags:
- GitHub Actions
- CI/CD
- Build
- Container Image
properties:
- type: SourceCode
  url: https://github.com/iloveitaly/github-action-nixpacks
- type: Documentation
  url: https://nixpacks.com/docs/guides/github-actions