added release trigger
Build Flutter Docker Image / build (release) Successful in 9s

This commit is contained in:
2025-06-12 12:39:43 -04:00
parent 3381c83206
commit aa3e25c84a
+2
View File
@@ -4,6 +4,8 @@ on:
schedule: schedule:
- cron: '0 3 * * *' # Every day at 03:00 UTC - cron: '0 3 * * *' # Every day at 03:00 UTC
workflow_dispatch: workflow_dispatch:
release: # Trigger on release creation
types: [ published ]
env: env:
IMAGE_NAME: singatias/flutter IMAGE_NAME: singatias/flutter