From e2581a3eea49452644b894cdff9a1fc91aa59c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfred=20G=C3=B6ppel?= <43101280+alfi0812@users.noreply.github.com> Date: Wed, 16 Jul 2025 18:56:02 +0200 Subject: [PATCH] Update daily.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- .github/workflows/daily.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index 28c43def673..3d1d601f286 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -17,7 +17,7 @@ jobs: runs-on: actions-runners name: "Generate readme files" container: - image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3 + image: ghcr.io/trueforge-org/devcontainer:3.1.10@sha256:a75db738d0e5b812cc3acc676333070f8cae44a968b073002ecd201ae5177e47 steps: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 @@ -41,7 +41,7 @@ jobs: run: | VERSION="2.0.0-BETA-17" FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz" - URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}" + URL="https://github.com/trueforge-org/truecharts/releases/download/v${VERSION}/${FILENAME}" mkdir -p temp cd temp