mirror of
https://github.com/actions/runner-container-hooks.git
synced 2025-12-14 16:46:43 +00:00
err message suggestion
Co-authored-by: Thomas Boop <52323235+thboop@users.noreply.github.com>
This commit is contained in:
@@ -146,7 +146,7 @@ export async function containerBuild(
|
|||||||
tag: string
|
tag: string
|
||||||
): Promise<void> {
|
): Promise<void> {
|
||||||
if (!args.dockerfile) {
|
if (!args.dockerfile) {
|
||||||
throw new Error('Container build expets args.dockerfile to be set')
|
throw new Error('Container build expects 'args.dockerfile' to be set')
|
||||||
}
|
}
|
||||||
|
|
||||||
const dockerArgs: string[] = ['build']
|
const dockerArgs: string[] = ['build']
|
||||||
|
|||||||
Reference in New Issue
Block a user