We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166febb commit 663f682Copy full SHA for 663f682
.github/workflows/files-external-smb.yml
@@ -53,7 +53,13 @@ jobs:
53
54
services:
55
samba:
56
- 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
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
63
ports:
64
- 445:445
65
0 commit comments