ishworkh/Container Image Artifact Download
Downloads container image artifact uploaded by container-image-artifact-upload action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 10, 2025
- License
- MIT
Pinned Snippet
uses: ishworkh/container-image-artifact-download@d5e9b6d62ef3f9762f6553c8178c2d925acc0409 # v2.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Container image to download | yes | — |
| container_engine | Container engine to leverage for packaging an image | no | docker |
| 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 | "" |
| download_tmp_dir | Temporary directory to download assets (default to OS temp dir). | 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 |