diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-02-11 19:48:47 +0100 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-02-14 15:20:28 +0100 |
commit | 0bee59e64d41587eb29ccb2a2de26f0f1e71af59 (patch) | |
tree | 76077eeda79f4db36cafda1f4088451ebb2a26c4 /.github | |
parent | 576eef3e0098d2bc1bd9d088b562b2eca62ed28d (diff) | |
download | nextcloud-server-0bee59e64d41587eb29ccb2a2de26f0f1e71af59.tar.gz nextcloud-server-0bee59e64d41587eb29ccb2a2de26f0f1e71af59.zip |
chore: use nextcloud/continuous-integration-samba
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/files-external-smb.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/files-external-smb.yml b/.github/workflows/files-external-smb.yml index 42186ed6cd1..b19fbbd5296 100644 --- a/.github/workflows/files-external-smb.yml +++ b/.github/workflows/files-external-smb.yml @@ -48,7 +48,7 @@ jobs: services: samba: - image: silvershell/samba #ghcr.io/nextcloud/continuous-integration-samba:latest + image: ghcr.io/nextcloud/continuous-integration-samba:latest ports: - 445:445 |