mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 10:37:49 +00:00
Merge master cont'd
This commit is contained in:
8
.github/workflows/build_test_deploy.yml
vendored
8
.github/workflows/build_test_deploy.yml
vendored
@@ -152,7 +152,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
target: ["core", "fetchmail", "filters", "rainloop", "roundcube", "webdav"]
|
target: ["core", "fetchmail", "filters", "snappymail", "roundcube", "webdav"]
|
||||||
time: ["2"]
|
time: ["2"]
|
||||||
include:
|
include:
|
||||||
- target: "filters"
|
- target: "filters"
|
||||||
@@ -197,7 +197,7 @@ jobs:
|
|||||||
*.cache-from=type=gha,scope=build-front
|
*.cache-from=type=gha,scope=build-front
|
||||||
*.cache-from=type=gha,scope=build-imap
|
*.cache-from=type=gha,scope=build-imap
|
||||||
*.cache-from=type=gha,scope=build-smtp
|
*.cache-from=type=gha,scope=build-smtp
|
||||||
*.cache-from=type=gha,scope=build-rainloop
|
*.cache-from=type=gha,scope=build-snappymail
|
||||||
*.cache-from=type=gha,scope=build-roundcube
|
*.cache-from=type=gha,scope=build-roundcube
|
||||||
*.cache-from=type=gha,scope=build-antivirus
|
*.cache-from=type=gha,scope=build-antivirus
|
||||||
*.cache-from=type=gha,scope=build-fetchmail
|
*.cache-from=type=gha,scope=build-fetchmail
|
||||||
@@ -262,7 +262,7 @@ jobs:
|
|||||||
*.cache-from=type=gha,scope=build-front
|
*.cache-from=type=gha,scope=build-front
|
||||||
*.cache-from=type=gha,scope=build-imap
|
*.cache-from=type=gha,scope=build-imap
|
||||||
*.cache-from=type=gha,scope=build-smtp
|
*.cache-from=type=gha,scope=build-smtp
|
||||||
*.cache-from=type=gha,scope=build-rainloop
|
*.cache-from=type=gha,scope=build-snappymail
|
||||||
*.cache-from=type=gha,scope=build-roundcube
|
*.cache-from=type=gha,scope=build-roundcube
|
||||||
*.cache-from=type=gha,scope=build-antivirus
|
*.cache-from=type=gha,scope=build-antivirus
|
||||||
*.cache-from=type=gha,scope=build-fetchmail
|
*.cache-from=type=gha,scope=build-fetchmail
|
||||||
@@ -314,7 +314,7 @@ jobs:
|
|||||||
*.cache-from=type=gha,scope=build-front
|
*.cache-from=type=gha,scope=build-front
|
||||||
*.cache-from=type=gha,scope=build-imap
|
*.cache-from=type=gha,scope=build-imap
|
||||||
*.cache-from=type=gha,scope=build-smtp
|
*.cache-from=type=gha,scope=build-smtp
|
||||||
*.cache-from=type=gha,scope=build-rainloop
|
*.cache-from=type=gha,scope=build-snappymail
|
||||||
*.cache-from=type=gha,scope=build-roundcube
|
*.cache-from=type=gha,scope=build-roundcube
|
||||||
*.cache-from=type=gha,scope=build-antivirus
|
*.cache-from=type=gha,scope=build-antivirus
|
||||||
*.cache-from=type=gha,scope=build-fetchmail
|
*.cache-from=type=gha,scope=build-fetchmail
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ group "default" {
|
|||||||
"imap",
|
"imap",
|
||||||
"smtp",
|
"smtp",
|
||||||
|
|
||||||
"rainloop",
|
"snappymail",
|
||||||
"roundcube",
|
"roundcube",
|
||||||
|
|
||||||
"antivirus",
|
"antivirus",
|
||||||
@@ -139,10 +139,10 @@ target "smtp" {
|
|||||||
# -----------------------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------------------
|
||||||
# Webmail images
|
# Webmail images
|
||||||
# -----------------------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------------------
|
||||||
target "rainloop" {
|
target "snappymail" {
|
||||||
inherits = ["defaults"]
|
inherits = ["defaults"]
|
||||||
context="webmails/rainloop"
|
context="webmails/snappymail"
|
||||||
tags = tag("rainloop")
|
tags = tag("snappymail")
|
||||||
}
|
}
|
||||||
|
|
||||||
target "roundcube" {
|
target "roundcube" {
|
||||||
|
|||||||
Reference in New Issue
Block a user