From 6215c3c9162f03aa2e9b1c3aa1106592d71bfd50 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Tue, 7 Oct 2025 17:01:52 +0500 Subject: [PATCH] ci: run workflow on tag creation --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d6cc974..3f4b395 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,8 +10,8 @@ name: Publish Docker images on: - release: - types: [published] + tags: + - "v*" jobs: push_to_registry: