summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormdecimus <mauro@stalw.art>2023-07-16 09:05:33 +0200
committermdecimus <mauro@stalw.art>2023-07-16 09:05:33 +0200
commita1a6d7d9c0c1d015d6eb92505dd97e4182791003 (patch)
treecdc0577f4d195841c55a80f5f005eb150a841938
parent65a3caf472b368864107d6fbce06037bd1e8e4ba (diff)
Fixed Docker build.v0.3.0
-rw-r--r--.github/workflows/build.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 222996fd..e1ae4b8a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -7,6 +7,9 @@ on:
tags:
- "v*.*.*"
+env:
+ REGISTRY_IMAGE: stalwartlabs/mail-server
+
jobs:
build:
name: Building for ${{ matrix.target }} on ${{ matrix.host_os }}