aidenharwood/Docker Build/Push
Builds a Docker image and pushes it to a registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Aug 4, 2025
- License
- None
Pinned Snippet
uses: aidenharwood/portfolio-action-helm-update-image@1a654cd65e5cde1057214257969c599a6005be59 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| push | Whether to push the image to the registry | yes | true |
| target_repo | Repository to use for the action | yes | — |
| repo_token | GitHub token with push access to the target repository | yes | — |
| registry | Docker registry URL | yes | — |
| image_name | Name of the Docker image (including tag) | yes | — |
| yaml_file | Path to the YAML file to apply | yes | — |
| yaml_path | yq-format path to the variable to update in the YAML file | yes | — |
Outputs
no outputs