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