remove action on build tag
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m33s

This commit is contained in:
Warunee Tamkoo 2026-03-04 16:55:07 +07:00
parent e50b95e9bd
commit 0ecd354152

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 }}