{"id":5806521,"name":"cloudposse/github-action-docker-promote","ecosystem":"actions","description":"Promote docker image","homepage":"https://cloudposse.com/accelerate","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/cloudposse/github-action-docker-promote","keywords_array":[],"namespace":"cloudposse","versions_count":9,"first_release_published_at":"2022-11-16T00:40:21.000Z","latest_release_published_at":"2025-09-24T15:34:42.000Z","latest_release_number":"v0.5.0","last_synced_at":"2026-05-30T03:32:00.893Z","created_at":"2023-01-04T16:14:29.564Z","updated_at":"2026-05-30T03:32:00.893Z","registry_url":"https://github.com/cloudposse/github-action-docker-promote","install_command":null,"documentation_url":null,"metadata":{"name":"Docker promote","description":"Promote docker image","author":"hello@cloudposse.com","branding":{"icon":"tag","color":"white"},"inputs":{"organization":{"description":"Organization","required":true},"repository":{"description":"Repository","required":true},"registry":{"description":"Docker registry","required":true},"image_name":{"description":"Image name (excluding registry). Defaults to {{$organization/$repository}}.","required":false,"default":""},"from":{"required":false,"description":"Source tag"},"to":{"required":false,"description":"Target tags"},"use_metadata":{"required":false,"description":"Extract target tags from Git reference and GitHub events","default":"true"},"login":{"description":"Docker login","required":false,"default":""},"password":{"description":"Docker password","required":false,"default":""},"promote-retry-max-attempts":{"description":"Promote retry max attempts","required":false,"default":"3"},"promote-retry-timeout-seconds":{"description":"Promote retry timeout seconds","required":false,"default":"3000"},"promote-retry-wait-seconds":{"description":"Promote retry wait seconds","required":false,"default":"30"}},"outputs":{"image":{"description":"Docker image name","value":"${{ steps.context.outputs.image }}"},"tag":{"description":"Docker image tag","value":"${{ steps.result.outputs.tag }}"}},"runs":{"using":"composite","steps":[{"name":"Validate inputs - `use_metadata` should be true or `to` should not be empty","uses":"nick-fields/assert-action@v2","with":{"expected":true,"actual":"${{ ( inputs.use_metadata == 'true' ) || ( inputs.to != '' ) }}"}},{"uses":"cloudposse/github-action-yaml-config-query@0.1.3","id":"context","with":{"query":".${{ inputs.image_name == '' }}","config":"true:\n  image : ${{ inputs.registry }}/${{ inputs.organization }}/${{ inputs.repository }}\nfalse:\n  image : ${{ inputs.registry }}/${{ inputs.image_name }}"}},{"name":"Login","uses":"docker/login-action@v3","if":"${{ contains(inputs.registry, '.amazonaws.com') || ( inputs.login != '' \u0026\u0026 inputs.password != '' ) }}","with":{"registry":"${{ inputs.registry }}","username":"${{ inputs.login }}","password":"${{ inputs.password }}"}},{"uses":"cloudposse/github-action-yaml-config-query@0.1.3","id":"from_tags_config","with":{"query":".${{ inputs.from == '' }}","config":"true: \n  tags: type=sha,format=long\nfalse:\n  tags: ${{ inputs.from }}"}},{"name":"Get `from` baseed on metadata","id":"from","uses":"docker/metadata-action@v5","with":{"images":"${{ steps.context.outputs.image }}","tags":"${{ steps.from_tags_config.outputs.tags }}","flavor":"latest=false"}},{"uses":"cloudposse/github-action-yaml-config-query@0.1.3","id":"to_tags_config","with":{"query":".${{ inputs.use_metadata == 'true' }}","config":"true: \n  tags: |-        \n    type=sha\n    type=schedule\n    type=ref,event=branch\n    type=ref,event=pr\n    type=semver,pattern={{version}}\n    type=semver,pattern={{major}}.{{minor}}\n    type=semver,pattern={{major}}\n    type=raw,value=latest,enable={{is_default_branch}}\n    type=sha,format=long\n    ${{ inputs.to }}          \n  flavor: latest=auto\nfalse:\n  tags: ${{ inputs.to }} \n  flavor: latest=false"}},{"name":"Docker meta","id":"meta","uses":"docker/metadata-action@v5","with":{"images":"${{ steps.context.outputs.image }}","tags":"${{ steps.to_tags_config.outputs.tags }}","flavor":"${{ steps.to_tags_config.outputs.flavor }}"}},{"name":"Promote","id":"promote","uses":"nick-fields/retry@v3","with":{"shell":"bash","timeout_seconds":"${{ inputs.promote-retry-timeout-seconds }}","retry_wait_seconds":"${{ inputs.promote-retry-wait-seconds }}","max_attempts":"${{ inputs.promote-retry-max-attempts }}","retry_on":"any","command":"docker pull ${{ steps.from.outputs.tags }}\n\nTAGS=(${{ steps.meta.outputs.tags }})        \nfor value in \"${TAGS[@]}\"\ndo\n  docker tag ${{ steps.from.outputs.tags }} ${value}\n  docker push ${value}\ndone\n"}},{"uses":"cloudposse/github-action-yaml-config-query@0.1.3","id":"result","with":{"query":".${{ inputs.to == '' }}","config":"true: \n  tag: ${{ steps.meta.outputs.version }}\nfalse:\n  tag: ${{ inputs.to }}"}}]},"default_branch":"main","path":null},"repo_metadata":{"id":63189954,"uuid":"564053615","full_name":"cloudposse/github-action-docker-promote","owner":"cloudposse","description":"Github Action that promotes docker image","archived":false,"fork":false,"pushed_at":"2025-09-23T19:25:33.000Z","size":1040,"stargazers_count":13,"open_issues_count":6,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-23T21:12:25.498Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cloudposse.com/accelerate","language":"Dockerfile","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/cloudposse.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"cloudposse"}},"created_at":"2022-11-09T22:24:06.000Z","updated_at":"2025-09-23T18:53:34.000Z","dependencies_parsed_at":"2023-12-28T05:23:04.990Z","dependency_job_id":"527475ae-5fa5-44a6-8090-c4bb5408a080","html_url":"https://github.com/cloudposse/github-action-docker-promote","commit_stats":{"total_commits":12,"total_committers":3,"mean_commits":4.0,"dds":0.5833333333333333,"last_synced_commit":"caf69d37d76df9352cb02cb0d84620626199e5d3"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":"cloudposse-github-actions/composite-template","purl":"pkg:github/cloudposse/github-action-docker-promote","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-promote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-promote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-promote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-promote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudposse","download_url":"https://codeload.github.com/cloudposse/github-action-docker-promote/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-promote/sbom","scorecard":{"id":293173,"data":{"date":"2025-08-11","repo":{"name":"github.com/cloudposse/github-action-docker-promote","commit":"c9620e779bb8e2fa1854005e4b3a19c37b208e82"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.9,"checks":[{"name":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":2,"reason":"Found 4/16 approved changesets -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: topLevel 'actions' permission set to 'write': .github/workflows/branch.yml:21","Warn: topLevel 'contents' permission set to 'write': .github/workflows/branch.yml:20","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:8","Warn: no topLevel permission defined: .github/workflows/test-auto-from.yml:1","Warn: no topLevel permission defined: .github/workflows/test-auto-to-no-metadata.yml:1","Warn: no topLevel permission defined: .github/workflows/test-auto-to.yml:1","Warn: no topLevel permission defined: .github/workflows/test-negative.yml:1","Warn: no topLevel permission defined: .github/workflows/test-positive.yml:1","Warn: no topLevel permission defined: .github/workflows/test-to-no-metadata.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/branch.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/branch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-auto-from.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-auto-from.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-auto-from.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-auto-from.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-auto-from.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-auto-from.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-auto-from.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-auto-from.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-auto-from.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-auto-from.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-auto-to-no-metadata.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-auto-to-no-metadata.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-auto-to-no-metadata.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-auto-to-no-metadata.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-auto-to-no-metadata.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-auto-to-no-metadata.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-auto-to.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-auto-to.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-auto-to.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-auto-to.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-auto-to.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-auto-to.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-auto-to.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-auto-to.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-negative.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-negative.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-negative.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-negative.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-positive.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-positive.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-positive.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-positive.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-positive.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-positive.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-positive.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-positive.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-positive.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-positive.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-to-no-metadata.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-to-no-metadata.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-to-no-metadata.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-to-no-metadata.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-to-no-metadata.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-to-no-metadata.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-to-no-metadata.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-to-no-metadata.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-to-no-metadata.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-promote/test-to-no-metadata.yml/main?enable=pin","Warn: containerImage not pinned by hash: test/Dockerfile:1: pin your Docker image by updating nginx:1.23.0-alpine to nginx:1.23.0-alpine@sha256:4a846cc240449c53c8ae24269ba6bcaee5167d8ad75cd2a8d8ba422b7c726979","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  20 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/cloudposse/.github/SECURITY.md:1","Info: Found linked content: github.com/cloudposse/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/cloudposse/.github/SECURITY.md:1","Info: Found text in security policy: github.com/cloudposse/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Branch-Protection","score":6,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Info: 'stale review dismissal' is required to merge on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is required - but no codeowners file found in repo","Info: 'last push approval' is required to merge on branch 'main'","Warn: no status checks found to merge onto branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 24 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-17T18:49:15.032Z","repository_id":63189954,"created_at":"2025-08-17T18:49:15.033Z","updated_at":"2025-08-17T18:49:15.033Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276651077,"owners_count":25680272,"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","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"cloudposse","name":"Cloud Posse","uuid":"16398900","kind":"organization","description":"DevOps Accelerator for AWS Infrastructure  🙌  Hire Us!  \u003chttps://cloudposse.com/services\u003e","email":"hello@cloudposse.com","website":"https://cloudposse.com/","location":"United States of America","twitter":"cloudposse","company":null,"icon_url":"https://avatars.githubusercontent.com/u/16398900?v=4","repositories_count":258,"last_synced_at":"2025-09-18T16:06:38.568Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"cloudposse"}},"html_url":"https://github.com/cloudposse","funding_links":["https://github.com/sponsors/cloudposse"],"total_stars":16688,"followers":1640,"following":0,"created_at":"2022-11-03T23:59:39.987Z","updated_at":"2025-09-18T16:06:38.568Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudposse","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudposse/repositories"},"tags":[{"name":"0.4.0","sha":"fea09249902e9d4422325523d4948bf8fa34a6b9","kind":"commit","published_at":"2025-09-23T18:53:30.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-docker-promote/tar.gz/0.4.0","html_url":"https://github.com/cloudposse/github-action-docker-promote/releases/tag/0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-docker-promote@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-promote/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-promote/tags/0.4.0/manifests"},{"name":"v0","sha":"fea09249902e9d4422325523d4948bf8fa34a6b9","kind":"commit","published_at":"2025-09-23T18:53:30.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-docker-promote/tar.gz/v0","html_url":"https://github.com/cloudposse/github-action-docker-promote/releases/tag/v0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-docker-promote@v0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-promote/tags/v0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-promote/tags/v0/manifests"},{"name":"0.3.0","sha":"3f23f40d537fb0ef00bc5287294e3174216450e8","kind":"commit","published_at":"2024-02-08T00:29:31.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-docker-promote/tar.gz/0.3.0","html_url":"https://github.com/cloudposse/github-action-docker-promote/releases/tag/0.3.0","dependencies_parsed_at":"2024-02-11T04:36:52.486Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-docker-promote@0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-promote/tags/0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-promote/tags/0.3.0/manifests"},{"name":"0.2.0","sha":"da5ede50e7b2a10eb38a84717ff11f40fe5add21","kind":"commit","published_at":"2024-02-07T12:48:32.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-docker-promote/tar.gz/0.2.0","html_url":"https://github.com/cloudposse/github-action-docker-promote/releases/tag/0.2.0","dependencies_parsed_at":"2024-02-11T04:36:53.257Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-docker-promote@0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-promote/tags/0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-promote/tags/0.2.0/manifests"},{"name":"0.1.2","sha":"9356ad329802ce8d837940f2e1ef7e90da259aba","kind":"commit","published_at":"2023-07-03T22:12:18.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-docker-promote/tar.gz/0.1.2","html_url":"https://github.com/cloudposse/github-action-docker-promote/releases/tag/0.1.2","dependencies_parsed_at":"2023-07-05T04:15:59.731Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-docker-promote@0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-promote/tags/0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-promote/tags/0.1.2/manifests"},{"name":"0.1.1","sha":"bdbcc13d842a38916667186f887c505fd4ba94ff","kind":"commit","published_at":"2022-12-07T16:34:31.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-docker-promote/tar.gz/0.1.1","html_url":"https://github.com/cloudposse/github-action-docker-promote/releases/tag/0.1.1","dependencies_parsed_at":"2023-06-01T10:56:35.688Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-docker-promote@0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-promote/tags/0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-promote/tags/0.1.1/manifests"},{"name":"0.1.0","sha":"eb4f2286dcbdc7c17c2a2bb458e21d0677eb5434","kind":"commit","published_at":"2022-11-16T00:40:21.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-docker-promote/tar.gz/0.1.0","html_url":"https://github.com/cloudposse/github-action-docker-promote/releases/tag/0.1.0","dependencies_parsed_at":"2023-05-31T20:02:58.934Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-docker-promote@0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-promote/tags/0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-promote/tags/0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-02-11T14:22:04.316Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.77895737601014,"dependent_packages_count":0.0,"stargazers_count":27.453652353034386,"forks_count":21.72080494374901,"docker_downloads_count":null,"average":18.488353668198386},"purl":"pkg:githubactions/cloudposse/github-action-docker-promote","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/cloudposse/github-action-docker-promote","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/cloudposse/github-action-docker-promote","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/cloudposse/github-action-docker-promote/dependencies","status":null,"funding_links":["https://github.com/sponsors/cloudposse"],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-17T02:01:05.094Z","issues_count":1,"pull_requests_count":40,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":4452466.40625,"issues_closed_count":0,"pull_requests_closed_count":32,"pull_request_authors_count":4,"issue_authors_count":1,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":32,"bot_issues_count":1,"bot_pull_requests_count":23,"past_year_issues_count":0,"past_year_pull_requests_count":3,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":9.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-promote/issues","maintainers":[{"login":"osterman","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osterman"},{"login":"cloudpossebot","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cloudpossebot"},{"login":"goruha","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/goruha"}],"active_maintainers":[{"login":"osterman","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osterman"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-docker-promote/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-docker-promote/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-docker-promote/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-docker-promote/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-docker-promote/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-docker-promote/codemeta","maintainers":[]}