We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3842fb commit 3431635Copy full SHA for 3431635
2 files changed
ui/.dockerignore
@@ -0,0 +1,10 @@
1
+node_modules
2
+.nuxt
3
+.output
4
+.cache
5
+dist
6
+.git
7
+*.log
8
+.env
9
+.env.*
10
+!.env.example
ui/config/deploy.yml
@@ -40,6 +40,8 @@ registry:
40
# Configure builder setup.
41
builder:
42
arch: amd64
43
+ cache:
44
+ type: gha
45
46
# Inject ENV variables into containers (secrets come from .kamal/secrets).
47
#
0 commit comments