{"id":15388126,"url":"https://github.com/ilteoood/docker_buildx","last_synced_at":"2025-04-09T20:04:09.864Z","repository":{"id":37827144,"uuid":"232085220","full_name":"ilteoood/docker_buildx","owner":"ilteoood","description":"GitHub actions with docker buildx","archived":false,"fork":false,"pushed_at":"2024-10-07T04:08:32.000Z","size":152,"stargazers_count":25,"open_issues_count":1,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T20:04:04.992Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ilteoood.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"patreon":"ilteoood"}},"created_at":"2020-01-06T11:17:24.000Z","updated_at":"2025-03-25T15:08:18.000Z","dependencies_parsed_at":"2023-12-31T12:22:33.538Z","dependency_job_id":"5fe7fd7d-4d7b-4ed9-964d-d021aa5f4ade","html_url":"https://github.com/ilteoood/docker_buildx","commit_stats":{"total_commits":45,"total_committers":7,"mean_commits":6.428571428571429,"dds":0.5777777777777777,"last_synced_commit":"8c1565f37961429f53f8376d5cc270943ce37d41"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilteoood%2Fdocker_buildx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilteoood%2Fdocker_buildx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilteoood%2Fdocker_buildx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilteoood%2Fdocker_buildx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilteoood","download_url":"https://codeload.github.com/ilteoood/docker_buildx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103865,"owners_count":21048245,"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":[],"created_at":"2024-10-01T14:55:34.887Z","updated_at":"2025-04-09T20:04:09.837Z","avatar_url":"https://github.com/ilteoood.png","language":"JavaScript","funding_links":["https://patreon.com/ilteoood","https://www.patreon.com/ilteoood","https://www.buymeacoffee.com/ilteoood"],"categories":[],"sub_categories":[],"readme":"# docker_buildx\n\nGitHub Action to build and publish images using [Docker Buildx](https://docs.docker.com/buildx/working-with-buildx/).\n\n## Inputs\nThe accepted inputs are:\n\n| Name          | Type      | Default   | Mandatory   |  Description                                                    |\n|---------------|-----------|-----------|-------------|-----------------------------------------------------------------|\n| `tag`         | String    | `latest`  | No          | Tags (*comma separated*) to apply to the image                  |\n| `imageName`   | String    |   | Yes         | Name of the image                                               |\n| `dockerFile`  | String    | `Dockerfile` | No       | Name of the Dockerfile |\n| `buildArg`    | String    |        | No       | Build arguments (*comma separated*) used to build the image |\n| `publish`     | Boolean   | `false`   | No          | Indicate if the builded image should be published on Docker HUB |\n| `platform`    | String    | `linux/amd64,linux/arm64,linux/arm/v7`  | No         | Platforms (*comma separated*) that should be used to build the image |                 |\n| `dockerUser`   | String    | (value of `dockerHubUser`)  | Only if `publish` is true        | User that will publish the image                 |\n| `dockerHubUser`   | String    |   | Only if `publish` is true         | (DEPRECATED) User that will publish the image                 |\n| `dockerPassword`   | String    | (value of `dockerHubUser`)  | Only if `publish` is true         | Password of the `dockerUser`                 |\n| `dockerHubPassword`   | String    |   | Only if `publish` is true         | (DEPRECATED) Password of the `dockerHubUser`                 |\n| `dockerServer`   | String    |   |          | Registry, empty uses dockerHub |\n| `load`     | Boolean   | `false`   | No          | Indicate if you want to load image into docker |\n| `target`     | String   |    | No          | Set the target build stage to build |\n| `context`     | String   |  `.`  | No          | Set the context path |\n## Example of usage\n\n```\njobs:\n    build:\n        runs-on: ubuntu-latest\n        name: Build image job\n        steps:\n            - name: Checkout master\n              uses: actions/checkout@master\n            - name: Build and publish image\n              uses: ilteoood/docker_buildx@master\n              with:\n                publish: true\n                imageName: YOUR_IMAGE_NAME_HERE\n                dockerUser: YOUR_USER_HERE\n                dockerPassword: YOUR_PASSWORD_HERE\n```\n## Do you like my work?\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://www.patreon.com/ilteoood\"\u003e\n        \u003cimg align=\"center\" alt=\"patreon\" src=\"https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.vercel.app%2Fapi%3Fusername%3Dilteoood%26type%3Dpatrons\u0026style=for-the-badge\"\u003e\n        \u003c/img\u003e\n    \u003c/a\u003e\n    or\n    \u003ca href=\"https://www.buymeacoffee.com/ilteoood\"\u003e\n        \u003cimg align=\"center\" alt=\"buy-me-a-coffee\" src=\"https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee\"\u003e\n        \u003c/img\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filteoood%2Fdocker_buildx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filteoood%2Fdocker_buildx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filteoood%2Fdocker_buildx/lists"}