iloveitaly/Build Image with Nixpacks and Push to Registry

Build a docker container with nixpacks on GitHub CI and push to a registry

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tagsList of tags to apply to the built imageno
labelsList of metadata for an imageno
platformsList of target platforms for the buildno
contextBuild's context is the set of files located in the specified PATHyes.
pkgsProvide additional nix packages to install in the environmentno
aptProvide additional apt packages to install in the environmentno
envProvide additional environment variables to setno
pushBoolean to determine if the built image should be pushednofalse
cacheBoolean to determine if the build should use the cachenofalse
cache_tagImage to use for the cache image. Defaults to `ghcr.io/org/app:latest` where org/app is the repository the workflow runs into. (NOTE: Provide a lowercase name, even if the repo or tbe org contain uppercase characters)no

no outputs