2 Commits

Author SHA256 Message Date
764c7ea85b Merge remote-tracking branch 'origin/master' 2025-06-02 08:24:06 +02:00
d9fa7301fe V8.03.129.2025.06.02
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
2025-06-02 08:23:44 +02:00

View File

@@ -30,7 +30,7 @@ jobs:
### Run all steps inside Debian Bookworm ### Run all steps inside Debian Bookworm
container: container:
image: debian:trixie image: debian:bookworm
steps: steps:
- name: Basic Image Setup and enable Bookworm Backports. - name: Basic Image Setup and enable Bookworm Backports.
@@ -212,8 +212,9 @@ jobs:
echo "✅ ISO file found: ${VAR_ISO_FILE_NAME}" echo "✅ ISO file found: ${VAR_ISO_FILE_NAME}"
fi fi
AUTH="${SHARE_TOKEN}:${SHARE_PASS}"
if curl --retry 2 "${NC_BASE}"/public.php/webdav/"${VAR_ISO_FILE_NAME}" \ if curl --retry 2 "${NC_BASE}"/public.php/webdav/"${VAR_ISO_FILE_NAME}" \
--upload-file "${VAR_ISO_FILE_PATH}" -u '${SHARE_TOKEN}:${SHARE_PASS}'; then --upload-file "${VAR_ISO_FILE_PATH}" --user "${AUTH}"; then
echo "✅ New ISO successfully uploaded." echo "✅ New ISO successfully uploaded."
else else
echo "❌ Uploading the new ISO failed." echo "❌ Uploading the new ISO failed."