Harden CI and switch release builds to tagged immutable images
This commit is contained in:
parent
bed2e6cfb6
commit
f24e96efa7
60 changed files with 4710 additions and 64 deletions
19
.dockerignore
Normal file
19
.dockerignore
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
.git
|
||||
.forgejo
|
||||
.data
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
bin
|
||||
coverage
|
||||
web/node_modules
|
||||
web/dist
|
||||
web/coverage
|
||||
web/playwright-report
|
||||
web/test-results
|
||||
*.log
|
||||
*.out
|
||||
*.test
|
||||
Dockerfile*
|
||||
!Dockerfile
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue