flamestro/build-push-github-action

publishes a docker image of the Dockerfile in the root of this repository to ghcr.io

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenAuthentication Tokenyes
contextcontext - defaults to .yes.
fileDockerfile - defaults to Dockerfile in Rootyes./Dockerfile
usernameghcr username - defaults to actoryes${{ github.actor }}
image_nameimage_name - defaults to repo nameyes${{ github.repository }}
tagtag - defaults to branchyes${{ github.ref_name }}
platformstarget platforms (comma separated)nolinux/amd64
cacheenable Buildx GHA cache (true/false)nofalse
cache_scopeBuildx cache scope when cache is enablednobuild-push-github-action
cache_modecache export mode (min|max)nomax

no outputs