From 7367870ecfdcda9d67470d2db0666b6f4ae1728b Mon Sep 17 00:00:00 2001 From: lazos Date: Fri, 7 Nov 2025 23:20:47 +0100 Subject: [PATCH] github action publish image --- .github/workflows/publish-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index a1f15a17..ed1ff734 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -1,8 +1,8 @@ name: Publish Image on: - push: - branches: ['release'] + release: + types: [published] env: REGISTRY: ghcr.io