From 48f2d1001b390392ffb105639d28f2aaaf510cd9 Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Fri, 18 Oct 2024 11:26:15 -0400 Subject: [PATCH] fix(github): adjust workflows docker images Signed-off-by: Elizabeth Danzberger [skip ci] --- .github/workflows/integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d12fc88971..c7f0b958ce 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -137,7 +137,7 @@ jobs: MYSQL_ROOT_PASSWORD: rootpassword options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 5 collabora: - image: ghcr.io/juliushaertl/nextcloud-dev-code:latest + image: ghcr.io/juliusknorr/nextcloud-dev-code:latest env: extra_params: '--o:ssl.enable=false' aliasgroup1: 'http://nextcloud' @@ -218,7 +218,7 @@ jobs: POSTGRES_DB: nextcloud options: --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5 collabora: - image: ghcr.io/juliushaertl/nextcloud-dev-code:latest + image: ghcr.io/juliusknorr/nextcloud-dev-code:latest env: extra_params: '--o:ssl.enable=false' aliasgroup1: 'http://nextcloud' @@ -309,7 +309,7 @@ jobs: --health-timeout 5s --health-retries 10 collabora: - image: ghcr.io/juliushaertl/nextcloud-dev-code:latest + image: ghcr.io/juliusknorr/nextcloud-dev-code:latest env: extra_params: '--o:ssl.enable=false' aliasgroup1: 'http://nextcloud'