From 81364cbf8c042ff44455a32166ec818185064132 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Mon, 6 Oct 2025 18:05:59 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5479d046..35474734 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Build RaspAP Image id: build - uses: usimd/pi-gen-action@v1.10.0 + uses: RaspAP/pi-gen-action@v1.11.0 with: image-name: "raspap-trixie-${{ matrix.arch == '32-bit' && 'armhf' || 'arm64' }}-lite-${{ github.event.inputs.tag || github.ref_name }}" enable-ssh: 1