remove action on build tag

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

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