mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-01-01 13:13:45 +08:00
Fixed Docker build.
This commit is contained in:
parent
65a3caf472
commit
a1a6d7d9c0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -7,6 +7,9 @@ on:
|
|||
tags:
|
||||
- "v*.*.*"
|
||||
|
||||
env:
|
||||
REGISTRY_IMAGE: stalwartlabs/mail-server
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Building for ${{ matrix.target }} on ${{ matrix.host_os }}
|
||||
|
|
Loading…
Reference in a new issue