Open
Description
based on #1930 it would be great for digger to support referecing the action using diggerhq/digger@abc12343313
however the blocker for this is that we currently do a very basic check and see if a reference starts with letter "v" then we download from the release otherwise we clone and build. So doing it in this way would lead to building each time unless it starts with a "v" then it would lead to an error downloading.
We need a smarter way to acheive release commit pulling. Open questions:
- Is there a way to fetch release name based on commit sha?
- Is there a way to tie binary artefacts to a commit rather than a release?
- Can we generate binaries on the fly and tie them to a commit on the main branch rather than to a release? for example maybe we can start uploading binaries and sha sums to s3 rather than github and link them to commit artefacts so the check could instead be: if url exists then download and run otherwise clone and build something like that would work
Metadata
Metadata
Assignees
Labels
No labels