foolsparadisede/Update Docker Image Tags
Updates Docker image tags in configuration files (e.g., docker-compose.yml)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository to update (format: owner/repo). Leave empty for current repository. | no | "" |
| files | Comma-separated list of files to update (e.g., docker-compose.yml,k8s/deployment.yaml) | yes | — |
| docker-image-name | Docker image name to update (e.g., myapp, nginx, ghcr.io/owner/image) | yes | — |
| new-tag | New tag/version to set (e.g., v1.2.3, latest, main-abc123) | yes | — |
| branch | Branch to update (only for remote repositories) | no | main |
| create-pr | Create a pull request instead of direct commit (true/false) | no | false |
| pr-title | Pull request title (only used if create-pr is true) | no | "" |
| pr-body | Pull request body (only used if create-pr is true) | no | Automated update of Docker image tag |
| commit-message | Commit message for the update | no | "" |
| github-token | GitHub token for authentication (required for remote repositories or PRs) | no | "" |
| git-user-name | Git user name for commits | no | github-actions[bot] |
| git-user-email | Git user email for commits | no | github-actions[bot]@users.noreply.github.com |
Outputs
| name | description |
|---|---|
| updated-files | List of files that were updated |
| pr-url | URL of created pull request (if create-pr is true) |
| commit-sha | SHA of the commit created |