matiascariboni/Dockerization
Composite action to configure Docker, ports, networks and build
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 18, 2025
- License
- MIT
Pinned Snippet
uses: matiascariboni/action-dockerization@4e6b22d9b1df23cfd9b5d1c67f10f3aca99ce3f5 # v2.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| IMAGE_ARCH | Target platforms for Docker buildx (e.g., linux/amd64) | yes | — |
| COMPOSE_NAME | Prefix for the compose file name | yes | — |
| ENV_NAME | Environment needed to catch the correct Dockerfile | no | — |
| CACHE | Enable Docker layer caching for faster builds | no | true |
| USE_QEMU | Enable QEMU for cross-platform builds (auto-detect if not set) | no | auto |
Outputs
| name | description |
|---|---|
| IMAGE_NAME | — |
| COMPOSE_PORTS | — |
| COMPOSE_NETWORKS | — |
| COMPOSE_VOLUMES | — |
| COMPOSE_FILE_NAME | — |