diff --git a/.github/workflows/build-openwrt-with-imagebuilder.yml b/.github/workflows/build-openwrt-with-imagebuilder.yml index 2d1d47f9d8..95fe6fdaf0 100644 --- a/.github/workflows/build-openwrt-with-imagebuilder.yml +++ b/.github/workflows/build-openwrt-with-imagebuilder.yml @@ -15,13 +15,15 @@ on: releases_branch: description: "Select the releases branch" required: false - default: "openwrt:23.05.3" + default: "openwrt:23.05.5" type: choice options: + - openwrt:23.05.5 + - openwrt:23.05.4 - openwrt:23.05.3 - - openwrt:23.05.2 + - immortalwrt:23.05.4 + - immortalwrt:23.05.3 - immortalwrt:23.05.2 - - immortalwrt:23.05.1 openwrt_board: description: "Select device board" required: false