build tag
All checks were successful
Build & Deploy on Dev / build (push) Successful in 47s

This commit is contained in:
harid 2026-03-05 14:10:56 +07:00
parent 1556479de2
commit f708aec51a
2 changed files with 13 additions and 9 deletions

View file

@ -1,11 +1,11 @@
name: Build
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+*"
workflow_dispatch:
# on:
# push:
# tags:
# - "v[0-9]+.[0-9]+.[0-9]+"
# - "v[0-9]+.[0-9]+.[0-9]+*"
# workflow_dispatch:
env:
REGISTRY: ${{ vars.CONTAINER_REGISTRY }}