{"id":23428301,"url":"https://github.com/calinradoni/esp-idf-v4-container-action","last_synced_at":"2025-07-11T00:09:55.416Z","repository":{"id":65157515,"uuid":"323739171","full_name":"CalinRadoni/esp-idf-v4-container-action","owner":"CalinRadoni","description":"GitHub Action to build your ESP32 code using the official Docker container from Espressif.","archived":false,"fork":false,"pushed_at":"2021-01-06T20:48:51.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T21:41:27.303Z","etag":null,"topics":["container","esp-idf","github-actions"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/CalinRadoni.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}},"created_at":"2020-12-22T21:42:47.000Z","updated_at":"2022-04-20T03:47:09.000Z","dependencies_parsed_at":"2023-01-04T12:32:55.084Z","dependency_job_id":null,"html_url":"https://github.com/CalinRadoni/esp-idf-v4-container-action","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"ca29e94b34d719f8d97da10d953d96a2ea737438"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/CalinRadoni/esp-idf-v4-container-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalinRadoni%2Fesp-idf-v4-container-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalinRadoni%2Fesp-idf-v4-container-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalinRadoni%2Fesp-idf-v4-container-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalinRadoni%2Fesp-idf-v4-container-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CalinRadoni","download_url":"https://codeload.github.com/CalinRadoni/esp-idf-v4-container-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalinRadoni%2Fesp-idf-v4-container-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264696502,"owners_count":23650937,"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":["container","esp-idf","github-actions"],"created_at":"2024-12-23T07:11:21.936Z","updated_at":"2025-07-11T00:09:55.393Z","avatar_url":"https://github.com/CalinRadoni.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESP-IDF v4.x build\n\nGitHub Action to build your ESP32 code using the official Docker container from Espressif.\n\nFrom [espressif/idf tags](https://hub.docker.com/r/espressif/idf/tags) I have implemented:\n\n- latest\n- v4.2 and release-v4.2\n- v4.1 and release-v4.1\n\n## Outputs\n\n### `result`\n\nThe exit code of `idf.py build` command.\n\n## Example usage\n\nUse the tag to select the desired version of the `espressif/idf` Docker container.\nFor `espressif/idf:v4.1` use:\n\n```yml\nuses: CalinRadoni/esp-idf-v4-container-action@v4.1\n```\n\nTo display the exit code use:\n\n```yml\n- name: Build the code\n  uses: CalinRadoni/esp-idf-v4-container-action@v4.1\n  id: esp-idf-build\n\n- name: Show the exit code\n  run: echo \"The exit code was ${{ steps.esp-idf-build.outputs.result }}\"\n```\n\nFor more complex usage including:\n\n- the overriding of the entrypoint script\n- ESP-IDF components in external repositories\n- adding a badge in the README.md page\n\nsee the [ESP32BoardManager](https://github.com/CalinRadoni/ESP32BoardManager) repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalinradoni%2Fesp-idf-v4-container-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalinradoni%2Fesp-idf-v4-container-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalinradoni%2Fesp-idf-v4-container-action/lists"}