From 44ee2e15b9dc783ec330cac01d0a77672d28e90e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Tue, 21 Mar 2023 19:10:32 +0100 Subject: [PATCH] Update build-kernel-cache.yml --- .github/workflows/build-kernel-cache.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-kernel-cache.yml b/.github/workflows/build-kernel-cache.yml index 9ce8eb3e..a9e5df4a 100644 --- a/.github/workflows/build-kernel-cache.yml +++ b/.github/workflows/build-kernel-cache.yml @@ -66,7 +66,7 @@ jobs: done | sort | uniq | sort -u -t: -k1,3 | cut -d":" -f3,4,5 | sort | uniq | sed "s/:/ /g" | awk '{ printf "%s%s%s\n", "{\"board\":\""$2"\",", "\"branch\":\""$1"\",", "\"runner\":\""$3"\"}" }' | jq -s >> $GITHUB_OUTPUT echo 'EOF' >> $GITHUB_OUTPUT kernel: - if: ${{ github.repository_owner == 'armbian' }} +# if: ${{ github.repository_owner == 'armbian' }} needs: [ prepare ] strategy: fail-fast: false # let other jobs try to complete if one fails @@ -79,7 +79,7 @@ jobs: env: BRANCH: "${{ matrix.branch }}" BOARD: "${{ matrix.board }}" - OCI_TARGET_BASE: "ghcr.io/${{ github.repository }}/" # This is picked up by the Docker launcher automatically + # OCI_TARGET_BASE: "ghcr.io/${{ github.repository }}/" # This is picked up by the Docker launcher automatically steps: # Login to ghcr.io, for later uploading rootfs to ghcr.io