{"id":20784328,"url":"https://github.com/hahow/publish-docker-image-action","last_synced_at":"2026-04-05T22:04:21.643Z","repository":{"id":89730680,"uuid":"230358069","full_name":"hahow/publish-docker-image-action","owner":"hahow","description":"Github Action to build Docker image and push it to GCR","archived":false,"fork":false,"pushed_at":"2020-04-28T06:20:52.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-01-18T09:33:18.821Z","etag":null,"topics":["docker-image","gcr","github-actions"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/hahow.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-27T02:22:51.000Z","updated_at":"2020-01-22T08:58:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"052b8c66-3282-480a-8b00-8e8aec20a7cd","html_url":"https://github.com/hahow/publish-docker-image-action","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahow%2Fpublish-docker-image-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahow%2Fpublish-docker-image-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahow%2Fpublish-docker-image-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahow%2Fpublish-docker-image-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hahow","download_url":"https://codeload.github.com/hahow/publish-docker-image-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243125558,"owners_count":20240276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["docker-image","gcr","github-actions"],"created_at":"2024-11-17T14:27:49.919Z","updated_at":"2025-12-24T22:44:51.351Z","avatar_url":"https://github.com/hahow.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Publish Docker Image action\n\nBuild Docker image and push it to Google Container Registry (GCR).\n\n\n## Inputs\n\n### `gcloud_auth_key`\n\n**Required** The JSON key that is used to access GCR.\n\n### `gcloud_project_id`\n\n**Required** Your Google Cloud Platform project ID.\n\n### `hostname`\n\n**Required** The GCR hostname, which specifies the region of the registry's storage.\n\n### `dockerfile_path`\n\n**Required** The path of Dockerfile. Default `\".\"`.\n\n### `image_name`\n\n**Required** The name of docker image (without hostname and tag).\n\n\n## Outputs\n\n### `image_repository`\n\nThe repository of the pushed image.\n\n### `image_version`\n\nThe image version correspond to the git branch or tag.\n\n\n## Example usage\n\n    uses: hahow/publish-docker-image-action@v1.0.0\n    with:\n      gcloud_auth_key: ${{ secrets.GCLOUD_AUTH_KEY }}\n      gcloud_project_id: ${{ secrets.GCLOUD_PROJECT_ID }}\n      hostname: asia.gcr.io\n      image_name: core/payment-system\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhahow%2Fpublish-docker-image-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhahow%2Fpublish-docker-image-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhahow%2Fpublish-docker-image-action/lists"}