This commit is contained in:
parent
67d88228c8
commit
66d44bdb93
1 changed files with 4 additions and 7 deletions
11
.github/workflows/release_report.yaml
vendored
11
.github/workflows/release_report.yaml
vendored
|
|
@ -1,13 +1,10 @@
|
|||
name: release-dev
|
||||
run-name: release-dev ${{ github.actor }}
|
||||
on:
|
||||
# push:
|
||||
# tags:
|
||||
# - 'v[0-9]+.[0-9]+.[0-9]+'
|
||||
# tags-ignore:
|
||||
# - '2.*'
|
||||
# Allow run workflow manually from Action tab
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- "reportv1-[0-9]+.[0-9]+.[0-9]+"
|
||||
workflow_dispatch:
|
||||
env:
|
||||
REGISTRY: docker.frappet.com
|
||||
IMAGE_NAME: ehr/bma-ehr-report-v2-service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue