chore: add build workflows for beta/release (#144)

- feat: add GitHub workflows for building Docker images for beta and release
- fix: update notify workflow to trigger on version tags
This commit is contained in:
santiagosayshey
2025-02-20 23:37:15 +10:30
committed by GitHub
parent 0729ac0a62
commit 1272e40098
3 changed files with 60 additions and 6 deletions

View File

@@ -1,8 +1,9 @@
name: Notify
on:
push:
branches:
- 'v2-beta'
tags:
- 'v*'
jobs:
notify:
uses: Dictionarry-Hub/parrot/.github/workflows/notify.yml@main