Skip to content

Commit 3431635

Browse files
committed
feat: ✨ docker ignore for UI and layer cache in gha
1 parent b3842fb commit 3431635

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

ui/.dockerignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ registry:
4040
# Configure builder setup.
4141
builder:
4242
arch: amd64
43+
cache:
44+
type: gha
4345

4446
# Inject ENV variables into containers (secrets come from .kamal/secrets).
4547
#

0 commit comments

Comments
 (0)