Skip to content

Commit 75786d9

Browse files
authored
fix: invalid deployment branch (#485)
1 parent 3a2b587 commit 75786d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VERSION 0.8
22
PROJECT FormanceHQ/payments
33

4-
ARG core=github.com/formancehq/earthly:tags/v0.19.1
4+
ARG core=github.com/formancehq/earthly:main
55
IMPORT $core AS core
66

77
FROM core+base-image
@@ -68,4 +68,4 @@ release:
6868

6969
openapi:
7070
COPY openapi.yaml /openapi.yaml
71-
SAVE ARTIFACT /openapi.yaml AS LOCAL openapi.yaml
71+
SAVE ARTIFACT /openapi.yaml AS LOCAL openapi.yaml

0 commit comments

Comments
 (0)