actions-marketplace-validations/Push pre-built JS / TS / Docker container GitHub Action

Speed up CI execution time by pre-building.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 6, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/jpribyl_push-prebuilt-action@b54f1f98e8eea641fae0ddbb6b8db9b2232a7b92 # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
js-override-mainThe file to override instead of mainno
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