GitHub Actions
Here is an example a GitHub Actions build, where we build the Earthly target +build
.
Last updated
Was this helpful?
Here is an example a GitHub Actions build, where we build the Earthly target +build
.
Last updated
Was this helpful?
For a complete guide on CI integration see the .
The example deliberately does not use the 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.