project-stacker/Stacker Build and Push Action

Build and push OCI images via a declarative yaml format.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
versionWhich stacker version to use, eg v0.40.3 see: https://github.com/project-stacker/stacker/releasesnov1.0.0-rc8
fileWhich stacker file to buildnostacker.yaml
dockerfileWhich dockerfile to build(will be converted to stacker.yaml)no
cache-dirstacker's cache directoryno.stacker
dirdirectory under which to recursively search for stackerfiles to buildno
file-patternregex pattern to use when searching for stackerfile paths, used with dir argnostacker.yaml
layer-typeSet the output layer type (supported values: tar, squashfs) separated by whitespacenotar
tokenGitHub Token used to authenticate against a repository for Git contextno${{ github.token }}
build-argsThe list of build-time arguments separated by whitespace, eg: ONE=1 TWO=2 THREE=3no
tagsTags used when pushing to remote OCI registry, separated by whitespaceno
urlRemote registry URL, eg: docker://ghcr.io/myrepono
usernameUsername for the remote registryno
passwordPassword for the remote registryno
skip-tlsSkip tls verify on unsecure http registryno

no outputs