From 7e21ab400753fc80d04c9b4bf887c606aa7d6641 Mon Sep 17 00:00:00 2001 From: Dimitri Huisman Date: Wed, 3 Aug 2022 09:48:54 +0000 Subject: [PATCH] Merge master cont'd --- .github/workflows/build_test_deploy.yml | 8 ++++---- tests/build.hcl | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index f78ed2c5..5f893635 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -152,7 +152,7 @@ jobs: strategy: fail-fast: false matrix: - target: ["core", "fetchmail", "filters", "rainloop", "roundcube", "webdav"] + target: ["core", "fetchmail", "filters", "snappymail", "roundcube", "webdav"] time: ["2"] include: - target: "filters" @@ -197,7 +197,7 @@ jobs: *.cache-from=type=gha,scope=build-front *.cache-from=type=gha,scope=build-imap *.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-antivirus *.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-imap *.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-antivirus *.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-imap *.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-antivirus *.cache-from=type=gha,scope=build-fetchmail diff --git a/tests/build.hcl b/tests/build.hcl index 4db636df..3df00b51 100644 --- a/tests/build.hcl +++ b/tests/build.hcl @@ -36,7 +36,7 @@ group "default" { "imap", "smtp", - "rainloop", + "snappymail", "roundcube", "antivirus", @@ -139,10 +139,10 @@ target "smtp" { # ----------------------------------------------------------------------------------------- # Webmail images # ----------------------------------------------------------------------------------------- -target "rainloop" { +target "snappymail" { inherits = ["defaults"] - context="webmails/rainloop" - tags = tag("rainloop") + context="webmails/snappymail" + tags = tag("snappymail") } target "roundcube" {