fakgr0up/Docker Compose Publishing Tag By Services
All services from a docker compose file published under a single Docker Hub repository, with service tagged using its name.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 17, 2025
- License
- MIT
Pinned Snippet
uses: fakgr0up/docker-compose-publishing-tag-by-services@5028fc477fb6bb19221418a0bc862e8583a9d7c1 # V1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| docker_compose_files | Docker-compose files to use (space-separated, e.g., 'docker-compose.yml docker-compose.ci.yml'). The action will automatically add -f flags. | no | docker-compose.yml |
| docker_hub_username | Docker Hub username (required for pushing to Docker Hub) | yes | — |
| docker_hub_personal_token | Docker Hub Personal Access Token (used for README updates, and as fallback for pushing images if docker_hub_org_token is not provided) | no | "" |
| docker_hub_org_token | Docker Hub organization/user access token or password (optional, defaults to docker_hub_personal_token if not provided) | no | "" |
| docker_hub_org_name | Docker Hub organization/namespace name (optional, defaults to docker_hub_username) | no | "" |
| docker_hub_repository | Docker Hub repository name. Can be full path (org/repo-name) or just repo-name. If not provided, uses GitHub repository name. | no | "" |
| update_readme | Enable updating Docker Hub repository README (optional, defaults to false) | no | false |
| readme_path | Path to the markdown file to use as Docker Hub README (optional, defaults to ./README.md) | no | ./README.md |
Outputs
no outputs