Skip to content

Commit

Permalink
fix(github): adjust workflows docker images
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <[email protected]>

[skip ci]
  • Loading branch information
elzody authored and backportbot[bot] committed Oct 21, 2024
1 parent c6c115f commit 48f2d10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 48f2d10

Please sign in to comment.