mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-19 11:27:08 +00:00
feat: Allow using non-slim renovate image (#626)
Signed-off-by: Mario Valderrama <mario.valderrama@ionos.com> Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
parent
c9f465c39e
commit
e18dc08b62
5 changed files with 22 additions and 4 deletions
|
|
@ -1,5 +1,7 @@
|
|||
import * as core from '@actions/core';
|
||||
import Docker from './docker';
|
||||
import { Input } from './input';
|
||||
|
||||
const docker = new Docker();
|
||||
const input = new Input();
|
||||
const docker = new Docker(input);
|
||||
core.setOutput('version', docker.version());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue