remove action on build tag
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m33s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m33s
This commit is contained in:
parent
e50b95e9bd
commit
0ecd354152
1 changed files with 6 additions and 6 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue