File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ workflows:
4747 filters : *filters
4848 - flutter/unit_test :
4949 app-dir : ./sample
50+ registry : " ghcr.io/cirruslabs"
51+ version : " 3.7.7"
5052 filters : *filters
5153 - flutter/lint :
5254 app-dir : ./sample
Original file line number Diff line number Diff line change 11description : >
22 Run static analysis(flutter analyze)
33parameters :
4+ registry :
5+ type : enum
6+ enum : ["cirrusci", "ghcr.io/cirruslabs"]
7+ description : The registry to get the flutter image from, ghrc.io should be used for all flutter versions > 3.7.7.
8+ default : " cirrusci"
49 version :
510 type : string
611 description : The target version for the Flutter SDK.
@@ -14,7 +19,7 @@ parameters:
1419 description : Change the default cache version if you need to clear the cache for any reason.
1520 type : string
1621docker :
17- - image : cirrusci /flutter:<<parameters.version>>
22+ - image : <<parameters.registry>> /flutter:<<parameters.version>>
1823steps :
1924 - checkout
2025 - install_pub :
Original file line number Diff line number Diff line change 11description : >
22 Run Unit Test
33parameters :
4+ registry :
5+ type : enum
6+ enum : ["cirrusci", "ghcr.io/cirruslabs"]
7+ description : The registry to get the flutter image from, ghrc.io should be used for all flutter versions > 3.7.7.
8+ default : " cirrusci"
49 version :
510 type : string
611 description : The target version for the Flutter SDK.
@@ -14,7 +19,7 @@ parameters:
1419 description : Change the default cache version if you need to clear the cache for any reason.
1520 type : string
1621docker :
17- - image : cirrusci /flutter:<<parameters.version>>
22+ - image : <<parameters.registry>> /flutter:<<parameters.version>>
1823steps :
1924 - checkout
2025 - install_pub :
You can’t perform that action at this time.
0 commit comments