buildx(install): rename lab to cloud
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -276,6 +276,9 @@ export class Install {
|
||||
version = repoKey;
|
||||
repoKey = 'official';
|
||||
}
|
||||
if (repoKey === 'lab') {
|
||||
repoKey = 'cloud';
|
||||
}
|
||||
switch (repoKey) {
|
||||
case 'official': {
|
||||
return {
|
||||
@@ -285,7 +288,7 @@ export class Install {
|
||||
releasesURL: 'https://raw.githubusercontent.com/docker/actions-toolkit/main/.github/buildx-releases.json'
|
||||
};
|
||||
}
|
||||
case 'lab': {
|
||||
case 'cloud': {
|
||||
return {
|
||||
key: repoKey,
|
||||
version: version,
|
||||
|
||||
Reference in New Issue
Block a user