Commit graph

3 commits

Author SHA1 Message Date
Jeroen de Bruijn
3aa72249b9
fix: throw error if docker group cannot be found (#78) 2020-05-11 21:39:15 +02:00
Michael Kriese
9b8645713e
feat: use slim image (#61)
- mount docker.sock and /tmp to renovate
- use slim image

Co-authored-by: Jeroen de Bruijn <vidavidorra+jdbruijn@gmail.com>
Co-authored-by: Jeroen de Bruijn <62570005+jdbruijn@users.noreply.github.com>
2020-05-08 06:55:32 +02:00
Jeroen de Bruijn
ec8a542458
refactor: convert project to typescript (#47)
* refactor: convert project to typescript

* fix: image as last argument of docker run

* ci: remove example as the build can act as example

* fix: set tokenEnv to RENOVATE_TOKEN

* fix: add trailing single quite to Docker --env arguments

* fix: mount volume with config file to Docker container

* chore: remove Prettier trailingComma on all

This puts it back at the default, which is es5 style.

* fix: correct package main to dist/indes.js

* fix: use @actions/exec to execute docker child process

* fix: use async/await for exec

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>

* fix: use async/await in the runner

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-05-04 08:19:15 +02:00