rohdef/Push container
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image-id | Image ID | yes | — |
| destination-hosts | Where to upload the artifact to - if only local is desired just use "localhost:5000" - trailing slash is not allowed. Must be a text with a yaml array of hosts | yes | - ghcr.io |
| destination-image-names | Must be a text with a yaml array of hosts | yes | - ${{ github.repository }} |
| auto-tagging | — | yes | TAGS_AS_RELEASE |
| destination-tags | Must be a text with a yaml array of hosts. | yes | [] |
Outputs
| name | description |
|---|---|
| digest | Image digest for usage in helm charts or other deployments where it is desired to lock the version to this build |
| images-pushed | Full list (as yaml array) of image names pushed |