This build step runs earthly.
To build the builder, run the following command:
$ gcloud builds submit . --config=cloudbuild.yaml
To run the earthly
command with the arguments --ci
and --push
for the target +test
:
steps:
- name: 'gcr.io/$PROJECT_ID/earthly'
args: ["--ci", "--push", "+test"]