{"id":24413833,"url":"https://github.com/ci-space/workflows","last_synced_at":"2026-03-16T17:34:11.742Z","repository":{"id":269356364,"uuid":"907155244","full_name":"ci-space/workflows","owner":"ci-space","description":"useful workflows","archived":false,"fork":false,"pushed_at":"2025-01-13T20:33:57.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T21:29:32.134Z","etag":null,"topics":["continuous-integration","publishing"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ci-space.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-23T00:33:40.000Z","updated_at":"2025-01-13T20:34:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb8062d2-bc49-45f6-8b2e-25021a71843a","html_url":"https://github.com/ci-space/workflows","commit_stats":null,"previous_names":["ci-space/workflows"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ci-space%2Fworkflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ci-space%2Fworkflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ci-space%2Fworkflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ci-space%2Fworkflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ci-space","download_url":"https://codeload.github.com/ci-space/workflows/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243392334,"owners_count":20283564,"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":["continuous-integration","publishing"],"created_at":"2025-01-20T07:15:33.976Z","updated_at":"2025-12-25T18:05:54.990Z","avatar_url":"https://github.com/ci-space.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workflows\n\n## Release Docker based GitHub Action\n\nThis manual action does:\n- Generate new version by choice of: major, minor, patch\n- Set new version into docker image in action.yaml\n- Build image for new version\n- Commit and push action.yaml\n- Create and push new tag\n\n### Usage\n\n.github/workflows/release.yaml:\n```yaml\nname: release\n\npermissions: write-all\n\non:\n  workflow_dispatch:\n    inputs:\n      version:\n        description: version\n        required: true\n        type: choice\n        options:\n          - major\n          - minor\n          - patch\n\njobs:\n  release:\n    uses: ci-space/workflows/.github/workflows/release-docker-github-action.yaml@master\n    secrets: inherit\n    with:\n      version: ${{ github.event.inputs.version }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fci-space%2Fworkflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fci-space%2Fworkflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fci-space%2Fworkflows/lists"}