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