{"id":14979004,"url":"https://github.com/tada5hi/action-docker-image-publish","last_synced_at":"2025-10-07T04:46:25.727Z","repository":{"id":65105130,"uuid":"581538289","full_name":"tada5hi/action-docker-image-publish","owner":"tada5hi","description":"GitHub action, to build, tag and push docker images.","archived":false,"fork":false,"pushed_at":"2025-03-06T10:12:43.000Z","size":3927,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-03-06T10:22:45.454Z","etag":null,"topics":["docker","docker-image","git-tag","image","publish","push","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/tada5hi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2022-12-23T13:37:01.000Z","updated_at":"2025-03-06T10:12:47.000Z","dependencies_parsed_at":"2023-07-24T14:16:49.081Z","dependency_job_id":"e52b1871-7fef-4316-a069-3257d94e91be","html_url":"https://github.com/tada5hi/action-docker-image-publish","commit_stats":{"total_commits":127,"total_committers":3,"mean_commits":"42.333333333333336","dds":"0.40944881889763785","last_synced_commit":"4c465d41d3cacd35891f3e78033efe696fb7409b"},"previous_names":["tada5hi/action-docker-js","tada5hi/action-docker-release"],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tada5hi%2Faction-docker-image-publish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tada5hi%2Faction-docker-image-publish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tada5hi%2Faction-docker-image-publish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tada5hi%2Faction-docker-image-publish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tada5hi","download_url":"https://codeload.github.com/tada5hi/action-docker-image-publish/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247249600,"owners_count":20908211,"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","docker-image","git-tag","image","publish","push","tag"],"created_at":"2024-09-24T13:58:54.059Z","updated_at":"2025-10-07T04:46:20.404Z","avatar_url":"https://github.com/tada5hi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# action-docker-image-publish 🎍\n\nThis repository contains a GitHub action, to\n**build**, **tag** and **push** docker images, \nunder certain conditions.\n\n## Usage\n\n```yaml\nuses: tada5hi/action-docker-image-publish@v3\nwith:\n    # Name of Dockerfile\n    # Default: Dockerfile\n    dockerFileName: 'Dockerfile'\n\n    # Relative path to DockerFile\n    # Default: ''\n    dockerFilePath: ''\n    \n    # Whether to create an image tag for a git tag\n    # Default: true\n    gitTag: 'true'\n\n    # Prefix for matching git tags\n    # Default: ''\n    gitTagPrefix: ''\n\n    # Default: ghcr.io\n    registryHost: 'ghcr.io'\n    \n    # Default: github.actor\n    registryUser: ${{ github.actor }}\n    \n    # Default: ${{ github.token }}\n    registryPassword: ${{ github.token }}\n\n    # Registry repository full name (e.g. project/repository)\n    # Default: github.repository\n    registryRepository: ${{ github.repository }}\n\n    # Registry image tag (e.g. latest)\n    # Default: 'latest'\n    registryTag: 'latest'\n\n    # Delete the built image at the end\n    # Default: 'true'\n    cleanup: 'true'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftada5hi%2Faction-docker-image-publish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftada5hi%2Faction-docker-image-publish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftada5hi%2Faction-docker-image-publish/lists"}