From 0664345d1ed2d70f343be2a11ca6a09408ce75f6 Mon Sep 17 00:00:00 2001 From: Nick Satterly Date: Fri, 12 Apr 2024 11:31:31 +0200 Subject: [PATCH] Set PLATFORM to gunicorn --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e96b0017..6aa13ae5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: env: REPOSITORY_URL: registry.hub.docker.com IMAGE_NAME: alerta/alerta-web - PLATFORM: 3.9-buster-uwsgi + PLATFORM: 3.9-buster-gunicorn steps: - uses: actions/checkout@v4