nice-pink/Nice Repo Services: deploy and promote
Deploy and promote a container image through GitOps / DevOps repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 22, 2026
- License
- None
Pinned Snippet
uses: nice-pink/repo-services@3ed5588ae7843173c65ddaacd14758f2c683aaa4 # v12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| image-tag | Tag of image to deploy | yes | — |
| path-scheme | Path scheme for app. E.g. {base}/{namespace}/{app}/{env}. Default: {base}/{namespace}/{app}/{env} | no | {base}/{namespace}/{app}/{env} |
| image-file | Name of file which contain the container image and version tag. Default: deployment.yaml | no | deployment.yaml |
| app | Name of app in path | yes | — |
| env | Environment of app if needed for path scheme. | no | "" |
| base | Base path for app if needed for path scheme. | no | "" |
| namespace | Namespace of app if needed for path scheme. | no | "" |
| cluster | Cluster of app if needed for path scheme. | no | "" |
| src-path | Source path of GitOps repository. | no | "" |
| git-url | URL of GitOps repository. | yes | — |
| git-user | User name for GitOps repository. | no | github-actions |
| git-email | Email address for GitOps repository. | no | "" |
| git-shallow-checkout | Shallow checkout of GitOps repository. | no | true |
| git-token | Token for GitOps repository. | no | "" |
Outputs
no outputs