arifer612/Container Image Updater
Update the version of a container image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 15, 2024
- License
- GPL 3.0
Pinned Snippet
uses: arifer612/update-images@6dede09f4747d9ff038b6d7adb25d4d99b1511b4 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Name of the image | yes | — |
| base-tag | Name of the image tag to reference against, e.g. latest, edge, etc. | no | latest |
| rule | Type of predetermined regex rules to parse the versions. Currently available rules are: - default, docker.io, docker - lscr, lscr.io, linuxserver | no | default |
| compose-file | File name of the compose file (should be in to root directory), e.g., compose.yaml, docker-compose.yaml, etc. | no | compose.yaml |
| verbose | To turn on the verbosity of the script, set to true. | no | false |
Outputs
| name | description |
|---|---|
| commit-message | The subject of a Git commit if there is a change made to the Compose file. |
| commit-description | The desciption of a Git commit if there is a change made to the Compose file. |
| git-branch | The name of the new branch to be created. |