iloveitaly/Build Image with RailPack and Push to Registry

Build a docker container with RailPack 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.
aptProvide additional apt packages to install in the environment (comma-separated list)no
envEnvironment variables to pass to the railpack build (newline-separated KEY=VALUE pairs). Use the YAML multiline string syntax (env: |) to support values containing commas.no
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