{"id":38630010,"url":"https://github.com/bivas/push-to-oci","last_synced_at":"2026-01-17T09:00:03.671Z","repository":{"id":249256771,"uuid":"831025944","full_name":"bivas/push-to-oci","owner":"bivas","description":"Set up your GitHub Actions workflow with ability to push to OCI Registry","archived":false,"fork":false,"pushed_at":"2024-07-19T18:44:10.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-20T17:43:51.845Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/bivas.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":"2024-07-19T13:43:06.000Z","updated_at":"2024-07-19T18:44:14.000Z","dependencies_parsed_at":"2024-07-19T17:53:18.502Z","dependency_job_id":null,"html_url":"https://github.com/bivas/push-to-oci","commit_stats":null,"previous_names":["bivas/push-to-oci"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bivas/push-to-oci","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bivas%2Fpush-to-oci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bivas%2Fpush-to-oci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bivas%2Fpush-to-oci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bivas%2Fpush-to-oci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bivas","download_url":"https://codeload.github.com/bivas/push-to-oci/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bivas%2Fpush-to-oci/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28504595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-01-17T09:00:03.377Z","updated_at":"2026-01-17T09:00:03.622Z","avatar_url":"https://github.com/bivas.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Push to OCI Registry\n\nSet up your GitHub Actions workflow with ability to push to OCI Registry\nTo use this GitHub Action, follow these steps:\n\n1. Create a new workflow file in your repository, for example `.github/workflows/push-to-oci.yml`.\n\n2. Add the following code to the workflow file:\n\n```yaml\nname: Push to OCI Registry\n\non:\n    push:\n        branches:\n            - main\n        paths:\n            - /path/to/your/folder/**\n\njobs:\n    push-to-oci:\n        runs-on: ubuntu-latest\n\n        steps:\n            - name: Push to OCI Registry\n              uses: bivas/push-to-oci@v0.1.1\n              with:\n                path: /path/to/your/folder\n                image_repository: registry/repository # Don't include tag infromation, will be added by action\n                registry: docker.io\n                registry_username: username\n                registry_password: password\n```\n\n3. Include information for `registry_username`, and `registry_password` with your OCI registry details. Make sure to store these secrets securely in your repository's settings.\n\n4. Commit and push the workflow file to your repository.\n\nNow, whenever you push changes to the `main` branch, this workflow will be triggered and your code will be pushed to your OCI registry.\n\nFor more information on configuring and customizing this GitHub Action, refer to the action's documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbivas%2Fpush-to-oci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbivas%2Fpush-to-oci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbivas%2Fpush-to-oci/lists"}