{"id":5791452,"name":"GETProtocolLab/docker-build-action","ecosystem":"actions","description":"Builds the Docker image and pushes it to the specified registry","homepage":null,"licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/GETProtocolLab/docker-build-action","keywords_array":["platform"],"namespace":"GETProtocolLab","versions_count":7,"first_release_published_at":"2022-03-04T10:59:02.000Z","latest_release_published_at":"2022-03-09T08:28:23.000Z","latest_release_number":"v1.0.4","last_synced_at":"2026-04-16T16:03:04.991Z","created_at":"2023-01-03T21:40:33.626Z","updated_at":"2026-04-16T16:03:04.992Z","registry_url":"https://github.com/GETProtocolLab/docker-build-action","install_command":null,"documentation_url":null,"metadata":{"name":"Docker Build and Push Dev Images","description":"Builds the Docker image and pushes it to the specified registry","inputs":{"registry":{"description":"Registry's host","required":false,"default":"ghcr.io"},"user":{"description":"Registry's user","required":false,"default":"${{ github.actor }}"},"password":{"description":"Registry user's password or token","required":true},"image":{"description":"Docker image name without tag","required":true},"dockerfile":{"description":"Path to the Docker file","required":false,"default":"./Dockerfile"},"tag":{"description":"Docker image tag","required":true},"build_args":{"description":"Environment variables passed to docker build","required":false},"extra_tags":{"description":"Additional tags, needs the full version of tags with image name","required":false},"platforms":{"description":"The target platforms to build docker containers for","required":false,"default":"linux/arm64, linux/amd64"}},"runs":{"using":"composite","steps":[{"name":"Set up Docker Buildx","uses":"docker/setup-buildx-action@v2"},{"name":"Log in to the Registry","uses":"docker/login-action@v2","with":{"registry":"${{ inputs.registry }}","username":"${{ inputs.user }}","password":"${{ inputs.password }}"}},{"name":"Extract metadata (tags, labels) for Docker","id":"meta","uses":"docker/metadata-action@v4","with":{"images":"${{ inputs.image }}"}},{"name":"Build and push prod image","uses":"docker/build-push-action@v4","with":{"file":"${{ inputs.dockerfile }}","context":"${{ github.workspace }}","platforms":"${{ inputs.platforms }}","push":true,"build-args":"${{ inputs.build_args }}","tags":"${{ inputs.image }}:${{ inputs.tag }}\n${{ inputs.extra_tags }}\n","labels":"${{ steps.meta.outputs.labels }}","cache-from":"type=gha","cache-to":"type=gha,mode=max"}}]},"default_branch":"master","path":null},"repo_metadata":{"uuid":"438147633","full_name":"GETProtocolLab/docker-build-action","owner":"GETProtocolLab","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-15T12:03:44.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-06-15T13:25:13.091Z","etag":null,"topics":["platform"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GETProtocolLab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-14T06:49:39.000Z","updated_at":"2023-06-15T13:25:13.092Z","dependencies_parsed_at":"2023-01-05T04:48:21.427Z","dependency_job_id":null,"html_url":"https://github.com/GETProtocolLab/docker-build-action","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"9f7f40590c3c06f1b15b8429e0be43bafe0d9f68"},"previous_names":[],"tags_count":7,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fdocker-build-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fdocker-build-action/tags","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fdocker-build-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GETProtocolLab","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":145709527,"owners_count":6278957,"icon_url":"https://github.com/github.png","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"},"tags":[{"name":"v3","sha":"ee3dc6678e0eccf6026cd2d932e2990d52690f1d","kind":"commit","published_at":"2023-06-15T12:02:20.000Z","download_url":"https://codeload.github.com/GETProtocolLab/docker-build-action/tar.gz/v3","html_url":"https://github.com/GETProtocolLab/docker-build-action/releases/tag/v3","dependencies_parsed_at":"2023-06-17T00:07:31.366Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fdocker-build-action/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fdocker-build-action/tags/v3/manifests"},{"name":"v2","sha":"a6b10175aed94ab8b9ede456a49e687a1db53358","kind":"commit","published_at":"2023-03-15T12:46:01.000Z","download_url":"https://codeload.github.com/GETProtocolLab/docker-build-action/tar.gz/v2","html_url":"https://github.com/GETProtocolLab/docker-build-action/releases/tag/v2","dependencies_parsed_at":"2023-06-02T11:13:48.809Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fdocker-build-action/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fdocker-build-action/tags/v2/manifests"},{"name":"v1.0.4","sha":"9f7f40590c3c06f1b15b8429e0be43bafe0d9f68","kind":"tag","published_at":"2022-03-09T08:28:23.000Z","download_url":"https://codeload.github.com/GETProtocolLab/docker-build-action/tar.gz/v1.0.4","html_url":"https://github.com/GETProtocolLab/docker-build-action/releases/tag/v1.0.4","dependencies_parsed_at":"2023-06-01T12:23:31.500Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fdocker-build-action/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fdocker-build-action/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"82bb7fbd4e7a40f3b0e995bd3103d95c9b44d0e9","kind":"tag","published_at":"2022-03-04T15:25:32.000Z","download_url":"https://codeload.github.com/GETProtocolLab/docker-build-action/tar.gz/v1.0.3","html_url":"https://github.com/GETProtocolLab/docker-build-action/releases/tag/v1.0.3","dependencies_parsed_at":"2023-06-01T12:23:34.138Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fdocker-build-action/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fdocker-build-action/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"473b5d1170646973d480ab3322b18f5353e43bfc","kind":"tag","published_at":"2022-03-04T15:13:48.000Z","download_url":"https://codeload.github.com/GETProtocolLab/docker-build-action/tar.gz/v1.0.2","html_url":"https://github.com/GETProtocolLab/docker-build-action/releases/tag/v1.0.2","dependencies_parsed_at":"2023-06-01T12:23:36.577Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fdocker-build-action/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fdocker-build-action/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"11ee00b2743322592b2f49360a9015ee92a3459e","kind":"tag","published_at":"2022-03-04T11:11:38.000Z","download_url":"https://codeload.github.com/GETProtocolLab/docker-build-action/tar.gz/v1.0.1","html_url":"https://github.com/GETProtocolLab/docker-build-action/releases/tag/v1.0.1","dependencies_parsed_at":"2023-06-01T12:23:39.689Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fdocker-build-action/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fdocker-build-action/tags/v1.0.1/manifests"},{"name":"v1","sha":"67255acc11703adc48169a728a43cc9d00b4f447","kind":"tag","published_at":"2022-03-04T10:59:02.000Z","download_url":"https://codeload.github.com/GETProtocolLab/docker-build-action/tar.gz/v1","html_url":"https://github.com/GETProtocolLab/docker-build-action/releases/tag/v1","dependencies_parsed_at":"2023-06-01T12:23:40.526Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fdocker-build-action/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fdocker-build-action/tags/v1/manifests"}]},"repo_metadata_updated_at":"2023-07-14T08:48:26.072Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.788464585644114,"dependent_packages_count":0.0,"stargazers_count":48.334653779115826,"forks_count":35.1386468071621,"docker_downloads_count":null,"average":27.06544129298051},"purl":"pkg:githubactions/GETProtocolLab/docker-build-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/GETProtocolLab/docker-build-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/GETProtocolLab/docker-build-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/GETProtocolLab/docker-build-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-09T08:08:06.743Z","issues_count":0,"pull_requests_count":2,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":12307131.5,"issues_closed_count":0,"pull_requests_closed_count":2,"pull_request_authors_count":2,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":1.0,"merged_pull_requests_count":1,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":16845593.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":2.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":1},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/GETProtocolLab%2Fdocker-build-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/GETProtocolLab%2Fdocker-build-action/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/GETProtocolLab%2Fdocker-build-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/GETProtocolLab%2Fdocker-build-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/GETProtocolLab%2Fdocker-build-action/codemeta","maintainers":[]}