From 8287182bf36b96f79f8276521d6acbe81f2c0ff7 Mon Sep 17 00:00:00 2001 From: Yasumasa Suenaga Date: Thu, 4 Apr 2024 08:40:07 +0900 Subject: [PATCH] Update WebAPI container port Signed-off-by: Yasumasa Suenaga --- .github/workflows/4.a.1-generate-webapi-client-java.yaml | 2 +- .github/workflows/detect-webapi-version.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/4.a.1-generate-webapi-client-java.yaml b/.github/workflows/4.a.1-generate-webapi-client-java.yaml index 2c87ea3b6..c1960e0d1 100644 --- a/.github/workflows/4.a.1-generate-webapi-client-java.yaml +++ b/.github/workflows/4.a.1-generate-webapi-client-java.yaml @@ -17,7 +17,7 @@ jobs: webapi: image: ${{ inputs.image }} ports: - - 8080:80 + - 8080:8080 options: >- --health-cmd "curl -sS http://localhost/health" --health-interval 3s diff --git a/.github/workflows/detect-webapi-version.yaml b/.github/workflows/detect-webapi-version.yaml index 64a442843..f1d8241bc 100644 --- a/.github/workflows/detect-webapi-version.yaml +++ b/.github/workflows/detect-webapi-version.yaml @@ -39,7 +39,7 @@ jobs: webapi: image: ${{ needs.make-image-name-for-pull.outputs.image }} ports: - - 8080:80 + - 8080:8080 options: >- --health-cmd "curl -sS http://localhost/health" --health-interval 3s