Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b45490e

Browse files
committedJan 11, 2025
build docker image with configuration
1 parent d06a045 commit b45490e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build-zitadel-dev-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Wait for API Response
2828
uses: mydea/action-wait-for-api@v1
2929
with:
30-
url: "http://localhost:8088"
30+
url: "http://localhost:8088/debug/healthz"
3131
expected-status: "200" # You can specify other 2xx codes as needed
3232
timeout: "300" # Maximum wait time in seconds
3333
interval: "10"

0 commit comments

Comments
 (0)
Please sign in to comment.