framjet/Docker Upstream Image Tracker action
GitHub Action to track the upstream docker image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| context | Where to get context data. Allowed options are "git" (default), "workflow". | yes | git |
| rev-provider | Revision provider to use. Allowed options are "git" (default), "config" (Uses folder hash + config.related instead of git rev). | yes | git |
| force | Force the action to run even if the image is up to date. | no | false |
| config | The path to the configuration file | yes | ./uptrack.json |
| username | The username to use for the registry | yes | — |
| password | The password to use for the registry | yes | — |
| label-prefix | The prefix to use for labels | yes | org.framjet.uptrack. |
| sep-tags | Separator to use for tags output (default \n) | no | — |
| sep-labels | Separator to use for labels output (default \n) | no | — |
| sep-build-args | Separator to use for build args output (default \n) | no | — |
| github-token | GitHub Token as provided by secrets | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| matrix | The matrix of tags and labels in JSON format |