From 8b17c2db4b8f03a45f9ac56d12c9bf5d6e0654a3 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Mon, 1 Sep 2025 14:03:35 +0100 Subject: [PATCH] Pushing tags instead Release events don't seem to trigger at all and there is no debug information about why. --- .github/workflows/push.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 241d95c..f82ec9f 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -1,8 +1,9 @@ name: Push Docker Image on: - release: - types: [released] + push: + tags: + - '*' jobs: docker: