{"id":35430216,"url":"https://github.com/martoc/action-container-build","last_synced_at":"2026-02-05T23:02:30.096Z","repository":{"id":227702743,"uuid":"756106104","full_name":"martoc/action-container-build","owner":"martoc","description":"Build and push multi-platform container images to Docker Hub, AWS ECR, and GCP Artifact Registry","archived":false,"fork":false,"pushed_at":"2026-01-02T18:38:07.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-09T03:31:56.614Z","etag":null,"topics":["cdf"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/martoc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":null,"governance":".github/GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-12T00:07:49.000Z","updated_at":"2026-01-02T18:37:57.000Z","dependencies_parsed_at":"2026-01-03T07:06:01.586Z","dependency_job_id":null,"html_url":"https://github.com/martoc/action-container-build","commit_stats":null,"previous_names":["martoc/action-container-build"],"tags_count":54,"template":false,"template_full_name":null,"purl":"pkg:github/martoc/action-container-build","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martoc%2Faction-container-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martoc%2Faction-container-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martoc%2Faction-container-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martoc%2Faction-container-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martoc","download_url":"https://codeload.github.com/martoc/action-container-build/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martoc%2Faction-container-build/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29137753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T22:49:08.052Z","status":"ssl_error","status_checked_at":"2026-02-05T22:45:32.059Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cdf"],"created_at":"2026-01-02T20:27:29.057Z","updated_at":"2026-02-05T23:02:30.091Z","avatar_url":"https://github.com/martoc.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n# action-container-build\n\nA GitHub Action that builds and pushes container images to Docker Hub, AWS ECR, and GCP Artifact Registry. Supports multi-platform builds (linux/arm64, linux/amd64) using Docker buildx and automatically applies OCI-compliant container labels.\n\n## Features\n\n- Multi-registry support: Docker Hub, AWS ECR, GCP Artifact Registry\n- Multi-platform builds using Docker buildx\n- Automatic OCI-compliant container labelling\n- Configurable build arguments and platforms\n\n## Quick Start\n\n```yaml\n- name: Build \u0026 Push Container Image\n  uses: martoc/action-container-build@v0\n  env:\n    DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}\n    DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}\n```\n\n## Documentation\n\n- [Usage Guide](./docs/USAGE.md) - Detailed usage instructions and examples\n- [Code Style](./docs/CODESTYLE.md) - Code style guidelines for contributors\n\n## Inputs\n\n| Input | Description | Required | Default |\n|-------|-------------|----------|---------|\n| `registry` | Registry to push to (`docker.io`, `gcp`, `aws`) | No | `docker.io` |\n| `region` | Region for GCP or AWS | No | `\"\"` |\n| `repository_name` | Repository name | No | `\"\"` |\n| `aws_account_id` | AWS Account ID | No | `\"\"` |\n| `gcp_project_id` | Google Cloud Project ID | No | `\"\"` |\n| `platforms` | Build platforms | No | `linux/arm64,linux/amd64` |\n| `build_args` | Additional build arguments | No | `\"\"` |\n\n## Environment Variables\n\n| Variable | Description |\n|----------|-------------|\n| `TAG_VERSION` | Version tag for the container image (required) |\n| `DOCKER_USERNAME` | Docker Hub username (required for docker.io) |\n| `DOCKER_PASSWORD` | Docker Hub password (required for docker.io) |\n\n## Licence\n\nThis project is licenced under the MIT Licence - see the [LICENCE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartoc%2Faction-container-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartoc%2Faction-container-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartoc%2Faction-container-build/lists"}