From 4cf1ca564b3b9a1ed9275ceb3c7d4a0a645efe2d Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Sun, 12 Oct 2025 11:17:13 +0200 Subject: [PATCH] Use RaspAP/pi-gen-action@v1.11.0 --- .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 6a9b0afb..c47a8cd7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Build RaspAP Image id: build - uses: usimd/pi-gen-action@v1 + uses: RaspAP/pi-gen-action@v1.11.0 with: release: ${{ matrix.release }} image-name: "raspap-${{ matrix.release }}-${{ matrix.arch == '32-bit' && 'armhf' || 'arm64' }}-lite-${{ github.event.inputs.tag || github.ref_name }}"