From 299c7fbc2b03b8fa60b91f1dd147829ddf2f717b Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 9 Dec 2023 22:20:52 -0800 Subject: ci(earthly): add git push after all pushes --- Earthfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Earthfile b/Earthfile index 76a43d1b..6d4e33fe 100644 --- a/Earthfile +++ b/Earthfile @@ -7,6 +7,7 @@ WORKDIR /due all: BUILD +lint BUILD +docker + BUILD +git dev: LOCALLY @@ -32,6 +33,11 @@ docker: SAVE IMAGE --push fuwn/due-next:latest +git: + LOCALLY + + RUN git push + build: FROM +source -- cgit v1.2.3