From 8c1a219084b6f0ad592b77d6a09bc45699e95b16 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Fri, 9 Jan 2026 16:29:43 +0700 Subject: [PATCH] fix build report to v2 and add noti --- ...-release-report.yaml => dockerhub-release-reportv2.yaml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{dockerhub-release-report.yaml => dockerhub-release-reportv2.yaml} (94%) diff --git a/.github/workflows/dockerhub-release-report.yaml b/.github/workflows/dockerhub-release-reportv2.yaml similarity index 94% rename from .github/workflows/dockerhub-release-report.yaml rename to .github/workflows/dockerhub-release-reportv2.yaml index 132b218b..f3ddead5 100644 --- a/.github/workflows/dockerhub-release-report.yaml +++ b/.github/workflows/dockerhub-release-reportv2.yaml @@ -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: |