mirror of
https://gitea.com/docker/build-push-action.git
synced 2025-07-20 02:18:01 +08:00
Display available platforms
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -51,7 +51,9 @@ async function run(): Promise<void> {
|
||||
}
|
||||
|
||||
core.info('🛒 Extracting available platforms...');
|
||||
core.setOutput('platforms', await buildx.platforms());
|
||||
const platforms = await buildx.platforms();
|
||||
core.info(`${platforms}`);
|
||||
core.setOutput('platforms', platforms);
|
||||
} catch (error) {
|
||||
core.setFailed(error.message);
|
||||
}
|
||||
|
Reference in New Issue
Block a user