GitHub Actions
Here is an example a GitHub Actions build, where we build the Earthly target +build
.
For a complete guide on CI integration see the CI integration guide.
actions/checkout ref argument
The example deliberately does not use the ref
actions/checkout@v3
option, as it can lead to inconsistent builds where a user chooses to re-run an older commit which is no longer at the head of the branch.
Last updated