foolsparadisede/Update Docker Image Tags

Updates Docker image tags in configuration files (e.g., docker-compose.yml)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryRepository to update (format: owner/repo). Leave empty for current repository.no""
filesComma-separated list of files to update (e.g., docker-compose.yml,k8s/deployment.yaml)yes
docker-image-nameDocker image name to update (e.g., myapp, nginx, ghcr.io/owner/image)yes
new-tagNew tag/version to set (e.g., v1.2.3, latest, main-abc123)yes
branchBranch to update (only for remote repositories)nomain
create-prCreate a pull request instead of direct commit (true/false)nofalse
pr-titlePull request title (only used if create-pr is true)no""
pr-bodyPull request body (only used if create-pr is true)noAutomated update of Docker image tag
commit-messageCommit message for the updateno""
github-tokenGitHub token for authentication (required for remote repositories or PRs)no""
git-user-nameGit user name for commitsnogithub-actions[bot]
git-user-emailGit user email for commitsnogithub-actions[bot]@users.noreply.github.com
namedescription
updated-filesList of files that were updated
pr-urlURL of created pull request (if create-pr is true)
commit-shaSHA of the commit created