Commit graph

14 commits

Author SHA1 Message Date
Aidan Steele
b3c24a3df0 Use docker’s stdcopy to ensure we don’t emit garbage bytes to stdout 2019-04-09 20:45:58 +10:00
Marc Campbell
062aa4b34b Ignore error, vet failure 2019-03-09 18:38:35 -08:00
Dan Sosedoff
fa888ff84c Capture errors from docker log output
- Refactored logDockerResponse function to remove extra if-else nesting
- logDockerResponse func now returns an error if error was detected from the log stream
- logDockerResponse will check for msg.ErrorDetail.Message and bail if there's an error
2019-03-01 21:16:43 -06:00
Casey Lee
b61c3f2f3f skip integration test 2019-02-19 09:08:41 -08:00
Marc Campbell
08fd9db73c Add flag to skip pulling images already present 2019-02-18 21:12:35 -08:00
Casey Lee
4e66f2c8be fix #24 - support both branch refs and hash refs 2019-02-06 22:36:14 -08:00
Casey Lee
ca1182402b fix #14: negotiate docker client version 2019-01-21 06:31:40 -08:00
Casey Lee
ff392444a4 add support for 'reuse' mode to allow act to be used for a fast local task runner 2019-01-17 14:53:35 -08:00
Casey Lee
a8b6f2843d cleanup logging statements 2019-01-16 10:10:24 -08:00
Casey Lee
f6d3cdeecb go fmt 2019-01-15 23:12:10 -08:00
Casey Lee
c29a448085 fix #5 - configure docker client via env 2019-01-15 21:54:37 -08:00
Casey Lee
d2c440bf4f improve linting 2019-01-15 17:41:02 -08:00
Casey Lee
c9c2a3d905 fix #2 - add support for an array of 'Runs' 2019-01-15 09:57:58 -08:00
Casey Lee
957282b8bc Initial commit with support for GitHub actions 2019-01-12 20:45:25 -08:00