{"id":19472356,"url":"https://github.com/aboutbits/github-actions-docker","last_synced_at":"2026-05-14T23:31:42.580Z","repository":{"id":180425151,"uuid":"665011660","full_name":"aboutbits/github-actions-docker","owner":"aboutbits","description":"GitHub Actions - Docker","archived":false,"fork":false,"pushed_at":"2024-07-29T08:21:53.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T05:51:25.881Z","etag":null,"topics":["docker","github-actions"],"latest_commit_sha":null,"homepage":"","language":null,"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/aboutbits.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","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":"2023-07-11T08:42:19.000Z","updated_at":"2024-07-29T08:21:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"c0a4bc34-3953-46af-82c1-cdae066127ca","html_url":"https://github.com/aboutbits/github-actions-docker","commit_stats":null,"previous_names":["aboutbits/github-actions-docker"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutbits%2Fgithub-actions-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutbits%2Fgithub-actions-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutbits%2Fgithub-actions-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutbits%2Fgithub-actions-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aboutbits","download_url":"https://codeload.github.com/aboutbits/github-actions-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240692382,"owners_count":19842240,"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","github-actions"],"created_at":"2024-11-10T19:14:12.310Z","updated_at":"2026-05-14T23:31:42.519Z","avatar_url":"https://github.com/aboutbits.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Actions Docker\n\nA collection of Docker related GitHub actions.\n\n## Actions\n\n### Build and Push\n\nBuild and push a docker image using a Dockerfile.\n\n#### Example\n\n```yaml\n  - uses: aboutbits/github-actions-docker/build-push@v1\n    with:\n      username: ${{ github.actor }}\n      password: ${{ secrets.GITHUB_TOKEN }}\n      docker-image: ghcr.io/aboutbits/my-app\n      docker-tag: latest\n      build-args: |\n        ARG1=abc\n        ARG2=xyz\n```\n\n#### Inputs\n\nThe following inputs can be used as `step.with` keys:\n\n| Name                  | Required/Default | Description                                                        |\n|-----------------------|------------------|--------------------------------------------------------------------|\n| `registry`            | `ghcr.io`        | Docker registry                                                    |   \n| `username`            | required         | Registry username                                                  |\n| `password`            | required         | Registry password                                                  |\n| `docker-image`        | required         | Docker image name                                                  |\n| `docker-tag`          | required         | Docker image tag                                                   |\n| `working-directory`   | `.`              | The working directory                                              |\n| `dockerfile`          | `Dockerfile`     | Path to the Dockerfile. (default {working-directory}/Dockerfile)   |\n| `build-args`          | /                | List of build-time variables                                       |          \n\n## Build \u0026 Publish\n\nTo build and publish the action, visit the GitHub Actions page of the repository and trigger the workflow \"Release Package\" manually.\n\n## Information\n\nAbout Bits is a company based in South Tyrol, Italy. You can find more information about us on [our website](https://aboutbits.it).\n\n### Support\n\nFor support, please contact [info@aboutbits.it](mailto:info@aboutbits.it).\n\n### Credits\n\n- [All Contributors](../../contributors)\n\n### License\n\nThe MIT License (MIT). Please see the [license file](license.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faboutbits%2Fgithub-actions-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faboutbits%2Fgithub-actions-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faboutbits%2Fgithub-actions-docker/lists"}