actions-marketplace-validations/Push pre-built JavaScript / TypeScript / Docker container GitHub Action

Speed up CI execution time by pre-building.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
committer-nameThe name to set as git `user.name`.nogithub-actions[bot]
committer-emailThe email to set as git `user.email`.no41898282+github-actions[bot]@users.noreply.github.com
commit-messageThe commit message for the compiled. Leave blank to avoid committing and pushing. yes[auto]
exclude-from-cleanupFiles/dirs to leave for commit.yesaction.yml action.yaml dist .git
delete-branchWhether to delete the branch when original branch has deleted.yes${{ github.event_name == 'delete' }}
delete-branch-refThe deleted original branch name.no${{ github.event.ref }}
push-branchThe name of branch to push compiled file.no
release-tagsThe names to tag the compiled file commit.no
force-pushWhether to force push to branch or tags. Either 'true' or 'false'. yestrue
docker-registryThe server URL of the Docker registry.no
docker-repotagThe Docker registry's repository of push action image.no
docker-userThe username to login to the Docker registry.no
docker-tokenThe token to login to the Docker registry.no
docker-build-commandThe command and arguments to build Docker image.nodocker build -t {repotag} .
js-build-commandThe command and arguments to build JavaScript or TypeScript files. The artifacts must be specified by `js-built-path`. no
js-built-pathThe path to the location of the files built by `js-build-command`. no

no outputs