diff --git a/Earthfile b/Earthfile index c04d286..3f3bb1d 100644 --- a/Earthfile +++ b/Earthfile @@ -45,3 +45,9 @@ openapi: WORKDIR /src COPY openapi.yaml openapi.yaml SAVE ARTIFACT ./openapi.yaml + +release: + FROM core+builder-image + ARG mode=local + COPY --dir . /src + DO core+GORELEASER --mode=$mode \ No newline at end of file