{"id":42979472,"url":"https://github.com/nofusscomputing/action_docker","last_synced_at":"2026-01-31T01:42:54.320Z","repository":{"id":252336515,"uuid":"840128927","full_name":"nofusscomputing/action_docker","owner":"nofusscomputing","description":"GH Action/Workflow for Docker Builds.","archived":false,"fork":false,"pushed_at":"2024-11-07T11:12:17.000Z","size":30,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"development","last_synced_at":"2025-06-23T03:11:32.217Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nofusscomputing.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-08-09T03:15:57.000Z","updated_at":"2024-11-07T11:12:20.000Z","dependencies_parsed_at":"2024-08-09T04:44:49.422Z","dependency_job_id":"6ac3b336-0a97-44af-b134-3d000ce9ca31","html_url":"https://github.com/nofusscomputing/action_docker","commit_stats":null,"previous_names":["nofusscomputing/action_docker"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nofusscomputing/action_docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nofusscomputing%2Faction_docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nofusscomputing%2Faction_docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nofusscomputing%2Faction_docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nofusscomputing%2Faction_docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nofusscomputing","download_url":"https://codeload.github.com/nofusscomputing/action_docker/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nofusscomputing%2Faction_docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28926404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T22:32:35.345Z","status":"ssl_error","status_checked_at":"2026-01-30T22:32:31.927Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-31T01:42:54.228Z","updated_at":"2026-01-31T01:42:54.308Z","avatar_url":"https://github.com/nofusscomputing.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# No Fuss Computing - GH Action / Workflow for docker\n\nusing the workflow requires a file be created at path `.github/workflow/docker.yaml`\n\n``` yaml\n\n---\n\nname: 'CI'\n\n\non:\n  push:\n    branches:\n      - '**'\n    tags:\n      - '*'\n\n\njobs:\n\n\n  docker:\n    if:\n      (${{\n        github.event.push\n          ||\n        github.ref_type == 'tag'\n      }})\n    name: 'Docker'\n\n    uses: nofusscomputing/action_docker/.github/workflows/docker.yaml@development\n    with:\n      DOCKER_BUILD_IMAGE_NAME: \"${{ github.repository }}\"\n      DOCKER_PUBLISH_REGISTRY: \"ghcr.io\"\n      DOCKER_PUBLISH_IMAGE_NAME: \"nofusscomputing/image-publish\"\n    secrets:\n      DOCKER_PUBLISH_USERNAME: ${{ github.actor }}\n      DOCKER_PUBLISH_PASSWORD: ${{ secrets.GITHUB_TOKEN }}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnofusscomputing%2Faction_docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnofusscomputing%2Faction_docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnofusscomputing%2Faction_docker/lists"}