remove action on build tag
This commit is contained in:
parent
e50b95e9bd
commit
cdb41b3bde
1 changed files with 6 additions and 6 deletions
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue