Skip to content

Commit

Permalink
ci: Fix image for integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <[email protected]>
  • Loading branch information
juliusknorr committed Nov 7, 2024
1 parent 7e0678b commit 8bb20ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

services:
collabora:
image: ghcr.io/juliushaertl/nextcloud-dev-code:latest
image: ghcr.io/juliusknorr/nextcloud-dev-code:latest
env:
extra_params: '--o:ssl.enable=false --o:home_mode.enable=true'
aliasgroup1: 'http://172.17.0.1'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,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'
Expand Down Expand Up @@ -185,7 +185,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'
Expand Down Expand Up @@ -273,7 +273,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'
Expand Down

0 comments on commit 8bb20ef

Please sign in to comment.