Merge branch 'dev' of https://forgejo.chamomind.com/hrms-bangkok/hrms-admin into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m52s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m52s
* 'dev' of https://forgejo.chamomind.com/hrms-bangkok/hrms-admin: fix: build on tag
This commit is contained in:
commit
84f86adc39
2 changed files with 9 additions and 8 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
# /.forgejo/workflows/build.yml
|
# /.forgejo/workflows/build.yml
|
||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
on:
|
# on:
|
||||||
push:
|
# push:
|
||||||
tags:
|
# tags:
|
||||||
- "v[0-9]+.[0-9]+.[0-9]+"
|
# - "v[0-9]+.[0-9]+.[0-9]+"
|
||||||
- "v[0-9]+.[0-9]+.[0-9]+*"
|
# - "v[0-9]+.[0-9]+.[0-9]+*"
|
||||||
workflow_dispatch:
|
# workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ${{ vars.CONTAINER_REGISTRY }}
|
REGISTRY: ${{ vars.CONTAINER_REGISTRY }}
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,9 @@ name: Build & Deploy on Dev
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- dev
|
- "v[0-9]+.[0-9]+.[0-9]+"
|
||||||
|
- "v[0-9]+.[0-9]+.[0-9]+*"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue