14 Commits

Author SHA1 Message Date
Alex Couture-Beil
03a459ae0e
include docker login in sample
This is to remind users to perform a docker login to avoid rate
limiting.

Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
2022-03-10 13:36:00 -08:00
Alex Couture-Beil
9b4c3321af
update example to use latest version
Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
v1.0.1
2022-03-10 12:48:20 -08:00
Alex Couture-Beil
ee3f29b733
add branding to action.yml
Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
v1.0.0
2022-03-10 12:28:46 -08:00
Alex Couture-Beil
f5d881f515
move setup-earthly code into root
This is to allow the action to be published
to the github marketplace.

Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
2022-03-10 12:12:08 -08:00
Alex Couture-Beil
fb998b3dbc
Merge pull request #4 from earthly/bootstrap
perform earthly bootstrap
2021-08-26 18:42:39 -07:00
Alex Couture-Beil
897bcbfdbe perform earthly bootstrap
Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
2021-08-26 18:07:33 -07:00
Alex Couture-Beil
24fab22651
Merge pull request #3 from earthly/dont-set-ci
Dont set EARTHLY_CI=1
2021-08-26 17:17:49 -07:00
Alex Couture-Beil
43829438ad Dont set EARTHLY_CI=1
When --ci mode is enabled, no files are output, which prevents
our own GHA scripts from running and outputting.

Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
2021-08-26 17:13:58 -07:00
Alex Couture-Beil
6b65fc4951
Merge pull request #2 from earthly/be-quiet
Be quiet when downloading earthly
2021-04-26 15:14:00 -07:00
Alex Couture-Beil
385be84a0a Be quiet when downloading earthly
- limit the amount of output while downloading earthly

Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
2021-04-26 14:57:10 -07:00
Alex Couture-Beil
50c879f9eb
Update README.md 2021-04-21 11:02:16 -07:00
Alex Couture-Beil
1b46d43161
Merge pull request #1 from earthly/initial-version
github action for running earthly
2021-04-21 10:59:21 -07:00
Alex Couture-Beil
9f9583cd9d github action for running earthly
- this action installs earthly

Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
2021-04-21 10:58:58 -07:00
Alex Couture-Beil
db86339c6d
Initial commit 2021-04-20 15:25:01 -07:00