actions-marketplace-validations/Docker Image Artifact Download
Downloads docker image artifact uploaded from another job in same workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 2, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/ishworkh_docker-image-artifact-download@393557b21987ac55433e7cd8bf92f9a81999d6f9 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Docker image to download | yes | — |
| repository | Repository name in form of `owner/repo`. | no | "" |
| workflow | Name of the workflow to download image from. | no | "" |
| token | Github token with read permission to artifacts in given repo. | no | "" |
| workflow_conclusion | Conclusion for an workflow run. | no | "" |
| commit_sha | SHA for the commit. | no | "" |
| branch | Branch name. | no | "" |
| workflow_event | Name of event that triggered the workflow run. | no | "" |
| workflow_run_id | Exact run id for the workflow. | no | "" |
Outputs
| name | description |
|---|---|
| download_path | Download path of the content of the artifact |