fix build report to v2 and add noti
This commit is contained in:
parent
9dfd5efafc
commit
e56afdbe71
1 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ run-name: DockerHub Release - Report Service by ${{ github.actor }}
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "report-[0-9]+.[0-9]+.[0-9]+"
|
- "reportv2-[0-9]+.[0-9]+.[0-9]+"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
IMAGE_VER:
|
IMAGE_VER:
|
||||||
|
|
@ -13,7 +13,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKERHUB_REGISTRY: docker.io
|
DOCKERHUB_REGISTRY: docker.io
|
||||||
IMAGE_NAME: hrms-api-report
|
IMAGE_NAME: hrms-api-reportv2
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-to-dockerhub:
|
release-to-dockerhub:
|
||||||
|
|
@ -59,7 +59,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: BMA.EHR.Report.Service/Dockerfile
|
file: BMA.EHR.ReportV2.Service/Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
Loading…
Add table
Add a link
Reference in a new issue