From 7c4ce55f1833a42053bbaee10568af9d7caac4fe Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 18 Feb 2025 17:15:47 +0100 Subject: [PATCH] push --- .github/workflows/benchmark.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index b48ad1c990..317b0aaf90 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -22,7 +22,7 @@ jobs: windmill: - image: ghcr.io/windmill-labs/windmill-ee:main + image: ghcr.io/windmill-labs/windmill-ee:1.464.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:main + image: ghcr.io/windmill-labs/windmill-ee:1.463.5 env: DATABASE_URL: postgres://postgres:changeme@postgres:5432/windmill LICENSE_KEY: ${{ secrets.WM_LICENSE_KEY_CI }} @@ -183,7 +183,7 @@ jobs: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 windmill: - image: ghcr.io/windmill-labs/windmill-ee:main + image: ghcr.io/windmill-labs/windmill-ee:1.463.6 env: DATABASE_URL: postgres://postgres:changeme@postgres:5432/windmill LICENSE_KEY: ${{ secrets.WM_LICENSE_KEY_CI }}