We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2b587 commit 75786d9Copy full SHA for 75786d9
Earthfile
@@ -1,7 +1,7 @@
1
VERSION 0.8
2
PROJECT FormanceHQ/payments
3
4
-ARG core=github.com/formancehq/earthly:tags/v0.19.1
+ARG core=github.com/formancehq/earthly:main
5
IMPORT $core AS core
6
7
FROM core+base-image
@@ -68,4 +68,4 @@ release:
68
69
openapi:
70
COPY openapi.yaml /openapi.yaml
71
- SAVE ARTIFACT /openapi.yaml AS LOCAL openapi.yaml
+ SAVE ARTIFACT /openapi.yaml AS LOCAL openapi.yaml
0 commit comments