{"id":21414798,"url":"https://github.com/mamezou-tech/buildpacks-action","last_synced_at":"2025-07-14T04:31:13.175Z","repository":{"id":46109943,"uuid":"267076121","full_name":"mamezou-tech/buildpacks-action","owner":"mamezou-tech","description":"Build container image with Cloud Native Buildpacks in GitHub Actions.","archived":false,"fork":false,"pushed_at":"2023-04-09T05:29:54.000Z","size":24,"stargazers_count":27,"open_issues_count":0,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-19T20:15:46.555Z","etag":null,"topics":["cloud-native-buildpacks","container-image","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mamezou-tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2020-05-26T15:08:57.000Z","updated_at":"2024-04-18T00:46:10.000Z","dependencies_parsed_at":"2024-06-18T20:11:37.970Z","dependency_job_id":null,"html_url":"https://github.com/mamezou-tech/buildpacks-action","commit_stats":{"total_commits":35,"total_committers":4,"mean_commits":8.75,"dds":0.2857142857142857,"last_synced_commit":"388fe8ef97218e6e336397106047867497260853"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamezou-tech%2Fbuildpacks-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamezou-tech%2Fbuildpacks-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamezou-tech%2Fbuildpacks-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamezou-tech%2Fbuildpacks-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mamezou-tech","download_url":"https://codeload.github.com/mamezou-tech/buildpacks-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225057501,"owners_count":17414349,"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":["cloud-native-buildpacks","container-image","github-actions"],"created_at":"2024-11-22T18:33:35.733Z","updated_at":"2024-11-22T18:33:36.413Z","avatar_url":"https://github.com/mamezou-tech.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @mamezou-tech/buildpacks-action\n\n![Run action](https://github.com/mamezou-tech/buildpacks-action/workflows/Run%20action/badge.svg)\n\nBuild container image with [Cloud Native Buildpacks](https://buildpacks.io) in GitHub Actions.\n\n```yaml\non: [push]\n  build:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v3\n\n    - name: Build image\n      uses: mamezou-tech/buildpacks-action@master\n      with:\n        image: 'foo-app'\n        tag: '1.0.0'\n        path: 'path/to/foo-app/'\n        builder: 'gcr.io/paketo-buildpacks/builder:base'\n        env: 'HELLO=WORLD FOO=BAR BAZ'\n\n    - name: Push image\n```\n\n\u003e buildpacks/pack v0.29.0 will be executed.\n\n## Inputs\n- `image` : (required) Name of container image.\n- `tag` : (optional) Tag of container image. Default `latest`\n- `path` : (optional) Path to target application, defaults to the current directory.\n- `builder` : (required) Builder to use.\n- `buildpacks` : (optional) URLs or Paths to Custom buildpacks, space separated.\n- `env` : (optional) Environment variables, space separated.\n- `env_files` : (optional) Files containing build time environment variables, space separated.\n- `publish` : (optional) Publish the built image (requires docker to be logged in)\n- `debug_mode` : (optional) Only print the command to be run. Will not build container image\n\n\u003e See \"[Cloud Native Buildpack Documentation · Environment variables](https://buildpacks.io/docs/app-developer-guide/environment-variables/)\" for environment valiables.\n\n\nExample of building with buildpack\n\n```yaml\non: [push]\n  build:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v3\n\n    - name: Build image\n      uses: mamezou-tech/buildpacks-action@master\n      with:\n        image: 'sample-java-maven-app'\n        path: 'samples/apps/java-maven/'\n        builder: 'cnbs/sample-builder:alpine'\n        buildpacks: 'samples/buildpacks/java-maven samples/buildpacks/hello-processes/ cnbs/sample-package:hello-universe'\n        publish: true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmamezou-tech%2Fbuildpacks-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmamezou-tech%2Fbuildpacks-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmamezou-tech%2Fbuildpacks-action/lists"}