1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-11 13:15:28 +03:00

ci: Trigger Docker releases on tag creation instead of release publishing (no-changelog) (#10409)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2024-08-14 16:07:38 +02:00 committed by GitHub
parent 51a1eddbf0
commit 80c96a3dcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,9 @@
name: Docker Image CI
on:
release:
types: [published]
push:
tags:
- 'n8n@*'
jobs:
build: