mirror of https://github.com/openwrt/docker.git
ci: add missing wildcard to case
This should fix manual branch building. Note to myself, always add tests to CI. Signed-off-by: Paul Spooren <mail@aparcar.org>pull/113/head
parent
3f8662f697
commit
696b2a5d3d
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
VERSION=SNAPSHOT
|
||||
echo "VERSION_PATH=snapshots" >> "$GITHUB_ENV"
|
||||
;;
|
||||
openwrt-)
|
||||
openwrt-*)
|
||||
VERSION=${REF//openwrt-/}-SNAPSHOT
|
||||
echo "VERSION_PATH=releases/$VERSION" >> "$GITHUB_ENV"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in New Issue