This commit is contained in:
Ruben Fiszel
2025-02-18 17:24:24 +01:00
parent 7c4ce55f18
commit 72b0431274
+2 -2
View File
@@ -22,7 +22,7 @@ jobs:
windmill:
image: ghcr.io/windmill-labs/windmill-ee:1.464.4
image: ghcr.io/windmill-labs/windmill-ee:1.463.4
env:
DATABASE_URL: postgres://postgres:changeme@postgres:5432/windmill
LICENSE_KEY: ${{ secrets.WM_LICENSE_KEY_CI }}
@@ -106,7 +106,7 @@ jobs:
--health-cmd pg_isready --health-interval 10s --health-timeout 5s
--health-retries 5
windmill:
image: ghcr.io/windmill-labs/windmill-ee:1.463.5
image: ghcr.io/windmill-labs/windmill-ee:1.464.5
env:
DATABASE_URL: postgres://postgres:changeme@postgres:5432/windmill
LICENSE_KEY: ${{ secrets.WM_LICENSE_KEY_CI }}