Skip to content

Commit

Permalink
fix: earthfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Feb 11, 2025
1 parent db60c56 commit 48a9416
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 48a9416

Please sign in to comment.