arifer612/Container Image Updater

Update the version of a container image

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Apr 15, 2024
License
GPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: arifer612/update-images@6dede09f4747d9ff038b6d7adb25d4d99b1511b4 # v1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
imageName of the imageyes
base-tagName of the image tag to reference against, e.g. latest, edge, etc. nolatest
ruleType of predetermined regex rules to parse the versions. Currently available rules are: - default, docker.io, docker - lscr, lscr.io, linuxserver nodefault
compose-fileFile name of the compose file (should be in to root directory), e.g., compose.yaml, docker-compose.yaml, etc. nocompose.yaml
verboseTo turn on the verbosity of the script, set to true.nofalse
namedescription
commit-messageThe subject of a Git commit if there is a change made to the Compose file.
commit-descriptionThe desciption of a Git commit if there is a change made to the Compose file.
git-branchThe name of the new branch to be created.