Browse Source

test: use a different smb image for smb testing

Signed-off-by: Robin Appelman <robin@icewind.nl>

[skip ci]
backport/57185/stable32
Robin Appelman 7 months ago
committed by backportbot[bot]
parent
commit
f2edea431e
  1. 8
      .github/workflows/files-external-smb.yml

8
.github/workflows/files-external-smb.yml

@ -54,7 +54,13 @@ jobs:
services: services:
samba: samba:
image: ghcr.io/nextcloud/continuous-integration-samba:latest # zizmor: ignore[unpinned-images]
image: ghcr.io/servercontainers/samba:smbd-only-a3.18.0-s4.18.2-r0
env:
ACCOUNT_test: test
UID_test: 1000
SAMBA_VOLUME_CONFIG_test: "[public]; path=/tmp; valid users = test; guest ok = no; read only = no; browseable = yes"
options: >-
--health-cmd=true
ports: ports:
- 445:445 - 445:445

Loading…
Cancel
Save