V8.03.129.2025.06.02
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user