Skip to content

Commit 663f682

Browse files
committed
test: use a different smb image for smb testing
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 parent 166febb commit 663f682

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,13 @@ jobs:
5353

5454
services:
5555
samba:
56-
image: ghcr.io/nextcloud/continuous-integration-samba:latest # zizmor: ignore[unpinned-images]
56+
image: ghcr.io/servercontainers/samba:smbd-only-a3.18.0-s4.18.2-r0
57+
env:
58+
ACCOUNT_test: test
59+
UID_test: 1000
60+
SAMBA_VOLUME_CONFIG_test: "[public]; path=/tmp; valid users = test; guest ok = no; read only = no; browseable = yes"
61+
options: >-
62+
--health-cmd=true
5763
ports:
5864
- 445:445
5965

0 commit comments

Comments
 (0)