{"id":13840128,"url":"https://github.com/getporter/gh-action","last_synced_at":"2025-07-28T01:33:04.156Z","repository":{"id":40686558,"uuid":"221248376","full_name":"getporter/gh-action","owner":"getporter","description":"GitHub Action that installs Porter","archived":false,"fork":false,"pushed_at":"2023-07-12T01:23:35.000Z","size":1765,"stargazers_count":1,"open_issues_count":6,"forks_count":6,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-11-30T02:44:25.777Z","etag":null,"topics":["github-action","porter"],"latest_commit_sha":null,"homepage":"https://getporter.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getporter.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}},"created_at":"2019-11-12T15:20:14.000Z","updated_at":"2024-07-02T05:24:28.000Z","dependencies_parsed_at":"2024-01-20T21:48:26.963Z","dependency_job_id":"8643856a-87a1-4771-9956-af70bb725ae9","html_url":"https://github.com/getporter/gh-action","commit_stats":{"total_commits":16,"total_committers":5,"mean_commits":3.2,"dds":0.75,"last_synced_commit":"d33fa828b6fbf217c927141d577120c52c6ef57c"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getporter%2Fgh-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getporter%2Fgh-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getporter%2Fgh-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getporter%2Fgh-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getporter","download_url":"https://codeload.github.com/getporter/gh-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227855181,"owners_count":17830157,"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":["github-action","porter"],"created_at":"2024-08-04T17:00:42.387Z","updated_at":"2024-12-03T04:28:23.908Z","avatar_url":"https://github.com/getporter.png","language":"JavaScript","funding_links":[],"categories":["Implementations"],"sub_categories":["Porter"],"readme":"# Porter Setup Action\n\nThis action installs [porter](https://porter.sh) so that it can be used in pipelines  \n\n## Prerequisite\n\nUsing Porter's `publish` command requries access to a Docker registry. In order to push bundles and images to this registry, you will need to perform a Docker login. We recommend the [docker-login](https://github.com/marketplace/actions/docker-login) action. \n \n## Example usage\n\n```yaml\nname: CI\n\non: [push]\n\njobs:\n  build:\n\n    runs-on: ubuntu-latest\n\n    steps:\n    - uses: actions/checkout@v1\n    - name: Setup Porter\n      uses: getporter/gh-action@v0.1.3\n    - uses: azure/docker-login@v1\n      name: Docker Login\n      with:\n        username: ${{ secrets.DOCKER_USERNAME }}\n        password: ${{ secrets.DOCKER_PASSWORD }}\n    - name: Porter Publish\n      run: porter publish\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetporter%2Fgh-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetporter%2Fgh-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetporter%2Fgh-action/lists"}