V8.03.256.2025.06.02

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-02 21:55:46 +02:00
parent 5348b0c969
commit ec0ad7e43c
4 changed files with 48 additions and 15 deletions

View File

@@ -156,10 +156,10 @@ jobs:
--control "${timestamp}" \
--debug \
--dhcp-centurion \
--jump-host "${{ secrets.CISS_DLB_JUMP_HOSTS }}" \
--provider-netcup-ipv6 "${{ secrets.CISS_DLB_NETCUP_IPV6 }}" \
--jump-host ${{ secrets.CISS_DLB_JUMP_HOSTS }} \
--provider-netcup-ipv6 ${{ secrets.CISS_DLB_NETCUP_IPV6 }} \
--root-password-file /opt/config/password.txt \
--ssh-port "${{ secrets.CISS_DLB_SSH_PORT }}" \
--ssh-port ${{ secrets.CISS_DLB_SSH_PORT }} \
--ssh-pubkey /opt/config
- name: 📥 Checking Centurion Cloud for existing LIVE ISOs.

View File

@@ -154,9 +154,9 @@ jobs:
--architecture amd64 \
--build-directory /opt/livebuild \
--control "${timestamp}" \
--jump-host "${{ secrets.CISS_DLB_JUMP_HOSTS_1 }}" \
--jump-host ${{ secrets.CISS_DLB_JUMP_HOSTS_1 }} \
--root-password-file /opt/config/password.txt \
--ssh-port "${{ secrets.CISS_DLB_SSH_PORT_1 }}" \
--ssh-port ${{ secrets.CISS_DLB_SSH_PORT_1 }} \
--ssh-pubkey /opt/config
- name: 📥 Checking Centurion Cloud for existing LIVE ISOs.