no message
This commit is contained in:
parent
67d88228c8
commit
5d3fafc991
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
|
name: release-dev
|
||||||
run-name: release-dev ${{ github.actor }}
|
run-name: release-dev ${{ github.actor }}
|
||||||
on:
|
on:
|
||||||
# push:
|
push:
|
||||||
# tags:
|
tags:
|
||||||
# - 'v[0-9]+.[0-9]+.[0-9]+'
|
- "reportv1-[0-9]+.[0-9]+.[0-9]+"
|
||||||
# tags-ignore:
|
workflow_dispatch:
|
||||||
# - '2.*'
|
|
||||||
# Allow run workflow manually from Action tab
|
|
||||||
workflow_dispatch:
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: docker.frappet.com
|
REGISTRY: docker.frappet.com
|
||||||
IMAGE_NAME: ehr/bma-ehr-report-v2-service
|
IMAGE_NAME: ehr/bma-ehr-report-v2-service
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue