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