CI: use openwrt official tools container by default
[openwrt/staging/stintel.git] / .github / workflows / check-kernel-patches.yml
index 7e0fe5071a5ace9d52c88db1fc247d90f36db03b..50a6d1495cf15f073a05103843161f9fd62a5f8b 100644 (file)
@@ -8,6 +8,9 @@ on:
         type: string
       testing:
         type: boolean
+      use_openwrt_container:
+        type: boolean
+        default: true
 
 permissions:
   contents: read
@@ -26,6 +29,11 @@ jobs:
         run: |
           OWNER_LC=$(echo "${{ github.repository_owner }}" \
             | tr '[:upper:]' '[:lower:]')
+
+          if [ ${{ inputs.use_openwrt_container }} == "true" ]; then
+            OWNER_LC=openwrt
+          fi
+
           echo "owner_lc=$OWNER_LC" >> $GITHUB_OUTPUT
 
       # Per branch tools container tag