mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-04-19 22:26:18 +02:00
Group version output in the workflow
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
eb5edfc198
commit
bd321d175b
3 changed files with 3 additions and 3 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
@ -27,7 +27,7 @@ let tagsList: string[];
|
||||||
async function getPodmanPath(): Promise<string> {
|
async function getPodmanPath(): Promise<string> {
|
||||||
if (podmanPath == null) {
|
if (podmanPath == null) {
|
||||||
podmanPath = await io.which("podman", true);
|
podmanPath = await io.which("podman", true);
|
||||||
await execute(podmanPath, [ "version" ]);
|
await execute(podmanPath, [ "version" ], { group: true });
|
||||||
}
|
}
|
||||||
|
|
||||||
return podmanPath;
|
return podmanPath;
|
||||||
|
|
Loading…
Add table
Reference in a new issue