From 57cf67e4593034cd6a1f6a6a2b8ca405883abd4c Mon Sep 17 00:00:00 2001 From: Pierre Tessier Date: Fri, 22 Nov 2024 11:42:11 -0500 Subject: [PATCH] multiplatform build and push --- .github/workflows/release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f13ae18..5dcfcfc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,7 +3,9 @@ name: Docker on: workflow_dispatch: release: - types: [published] + types: ["published"] + tags: ["[0-9]+.*"] + workflow_call: inputs: dockerhub_repo: