feat: add mount-docker-socket option (#749)

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
Mahé 2023-05-26 19:33:35 +02:00 committed by GitHub
parent da15a1bb63
commit 7c65b94442
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 52 additions and 0 deletions

View file

@ -73,6 +73,10 @@ class Input {
return !!version && version !== '' ? version : null;
}
mountDockerSocket(): boolean {
return core.getInput('mount-docker-socket') === 'true';
}
/**
* Convert to environment variables.
*