repoforge-io/RepoForge Publish

Publish Python, Docker or NPM packages to RepoForge from GitHub Actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
package_typeType of package to be publishedyespython
api_tokenAPI token for RepoForge. Must have upload permissions for Python.yes
hash_idRepoForge hash IDyes
package_dirPath to the directory containing the packageno./dist
fail_on_conflictWhether to fail the build on HTTP 409 (version conflict)nofalse
docker_contextDirectory to use as the Docker build contextno.
dockerfilePath to the Dockerfile (relative to context)noDockerfile
docker_tagTag to use for the Docker image. Defaults to the current commit hash.nolatest
registry_nameName of the Docker registry to publish to. Required where package_type=dockerno
build_argsBuild arguments for the Docker imageno""

no outputs