fix(workflow): build docker images on version tags (#1838)

Integrated into release/v3.7.8
This commit is contained in:
Randi
2026-05-01 07:36:20 -04:00
committed by GitHub
parent 3d70ad414e
commit 4ac29c4d9b

View File

@@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- "v*"
release:
types: [published]
workflow_dispatch: