mirror of https://github.com/docker/docker-py.git
Add colour to CI logs for readability
Signed-off-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
cd4bcea9c7
commit
c3ee806924
|
|
@ -4,6 +4,7 @@ on: [push, pull_request]
|
|||
|
||||
env:
|
||||
DOCKER_BUILDKIT: '1'
|
||||
FORCE_COLOR: 1
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
|
|||
|
|
@ -12,6 +12,10 @@ on:
|
|||
type: boolean
|
||||
default: true
|
||||
|
||||
env:
|
||||
DOCKER_BUILDKIT: '1'
|
||||
FORCE_COLOR: 1
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-22.04
|
||||
|
|
|
|||
Loading…
Reference in New Issue