From ee7bbbddf20334b5ea570768ed3a28c94c80a987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=95=E0=A4=BE=E0=A4=B0=E0=A4=A4=E0=A5=8B=E0=A4=AB?= =?UTF-8?q?=E0=A5=8D=E0=A4=AB=E0=A5=87=E0=A4=B2=E0=A4=B8=E0=A5=8D=E0=A4=95?= =?UTF-8?q?=E0=A5=8D=E0=A4=B0=E0=A4=BF=E0=A4=AA=E0=A5=8D=E0=A4=9F=E2=84=A2?= Date: Wed, 21 Aug 2024 10:28:19 +0200 Subject: [PATCH] Revert "ci: Trigger Docker releases on tag creation instead of release publishing (no-changelog) (#10409)" This reverts commit 80c96a3dccdcbf186d2a2e16a56155f39d3988b8. --- .github/workflows/docker-images.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-images.yml b/.github/workflows/docker-images.yml index fe5770252..5c91f3832 100644 --- a/.github/workflows/docker-images.yml +++ b/.github/workflows/docker-images.yml @@ -1,9 +1,8 @@ name: Docker Image CI on: - push: - tags: - - 'n8n@*' + release: + types: [published] jobs: build: