mirror of
https://github.com/element-hq/ess-helm.git
synced 2026-01-11 20:06:45 +00:00
13 lines
339 B
HCL
13 lines
339 B
HCL
// Copyright 2025 New Vector Ltd
|
|
// Copyright 2025 Element Creations Ltd
|
|
//
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
// Targets filled by GitHub Actions: one for the regular tag
|
|
target "docker-metadata-action" {}
|
|
|
|
target "matrix-tools" {
|
|
inherits = ["docker-metadata-action"]
|
|
dockerfile = "Dockerfile"
|
|
context = "./matrix-tools"
|
|
}
|