{"id":13722555,"url":"https://github.com/francois2metz/steampipe-plugin-build-push-action","last_synced_at":"2025-04-12T12:06:06.854Z","repository":{"id":66285096,"uuid":"499175471","full_name":"francois2metz/steampipe-plugin-build-push-action","owner":"francois2metz","description":"GitHub action to build and publish steampipe plugins","archived":false,"fork":false,"pushed_at":"2024-08-02T05:30:07.000Z","size":54,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-26T06:43:46.854Z","etag":null,"topics":["actions","steampipe","steampipe-plugin"],"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/francois2metz.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":"2022-06-02T14:47:36.000Z","updated_at":"2024-09-25T01:50:25.000Z","dependencies_parsed_at":"2024-08-02T06:53:56.282Z","dependency_job_id":null,"html_url":"https://github.com/francois2metz/steampipe-plugin-build-push-action","commit_stats":{"total_commits":20,"total_committers":1,"mean_commits":20.0,"dds":0.0,"last_synced_commit":"26adf59c72fc287ebfae4877caad7c0bd6c9abac"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francois2metz%2Fsteampipe-plugin-build-push-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francois2metz%2Fsteampipe-plugin-build-push-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francois2metz%2Fsteampipe-plugin-build-push-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francois2metz%2Fsteampipe-plugin-build-push-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/francois2metz","download_url":"https://codeload.github.com/francois2metz/steampipe-plugin-build-push-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248565060,"owners_count":21125415,"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":["actions","steampipe","steampipe-plugin"],"created_at":"2024-08-03T01:01:30.210Z","updated_at":"2025-04-12T12:06:06.808Z","avatar_url":"https://github.com/francois2metz.png","language":null,"funding_links":[],"categories":["Build"],"sub_categories":[],"readme":"# steampipe-plugin-build-push-action\n\nGitHub action to build your [Steampipe][] plugin and push it to GitHub packages.\n\nYour repository should be named `steampipe-plugin-thename`. Once the package has been pushed, you can install with steampipe with: `steampipe plugin install ghcr.io/youruser/thename`.\nThe config file should reference `plugin = \"ghcr.io/youruser/thename\"` to work:\n\n```hcl\nconnection \"thename\" {\n    plugin = \"ghcr.io/youruser/thename\"\n\n    ....\n}\n```\n\n## Usage\n\n```yaml\nname: Build and Deploy OCI Image\n\non:\n  push:\n    tags:\n      - 'v*'\n\njobs:\n  build:\n    name: Build and publish\n    runs-on: ubuntu-latest\n    steps:\n      - uses: francois2metz/steampipe-plugin-build-push-action@v0\n        env:\n          GITHUB_TOKEN: \"${{ secrets.GITHUB_TOKEN }}\"\n```\n\n## License\n\nMIT\n\n[Steampipe]: https://github.com/turbot/steampipe\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrancois2metz%2Fsteampipe-plugin-build-push-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrancois2metz%2Fsteampipe-plugin-build-push-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrancois2metz%2Fsteampipe-plugin-build-push-action/lists"}