actions-marketplace-validations/Push pre-built JS / TS / Docker container GitHub Action
Speed up CI execution time by pre-building.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 6, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/jpribyl_push-prebuilt-action@b54f1f98e8eea641fae0ddbb6b8db9b2232a7b92 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| js-override-main | The file to override instead of main | no | — |
| committer-name | The name to set as git `user.name`. | no | github-actions[bot] |
| committer-email | The email to set as git `user.email`. | no | 41898282+github-actions[bot]@users.noreply.github.com |
| commit-message | The commit message for the compiled. Leave blank to avoid committing and pushing. | yes | [auto] |
| exclude-from-cleanup | Files/dirs to leave for commit. | yes | action.yml action.yaml dist .git |
| delete-branch | Whether to delete the branch when original branch has deleted. | yes | ${{ github.event_name == 'delete' }} |
| delete-branch-ref | The deleted original branch name. | no | ${{ github.event.ref }} |
| push-branch | The name of branch to push compiled file. | no | — |
| release-tags | The names to tag the compiled file commit. | no | — |
| force-push | Whether to force push to branch or tags. Either 'true' or 'false'. | yes | true |
| docker-registry | The server URL of the Docker registry. | no | — |
| docker-repotag | The Docker registry's repository of push action image. | no | — |
| docker-user | The username to login to the Docker registry. | no | — |
| docker-token | The token to login to the Docker registry. | no | — |
| docker-build-command | The command and arguments to build Docker image. | no | docker build -t {repotag} . |
| js-build-command | The command and arguments to build JavaScript or TypeScript files. The artifacts must be specified by `js-built-path`. | no | — |
| js-built-path | The path to the location of the files built by `js-build-command`. | no | — |
Outputs
no outputs