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:
|
env:
|
||||||
DOCKER_BUILDKIT: '1'
|
DOCKER_BUILDKIT: '1'
|
||||||
|
FORCE_COLOR: 1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,10 @@ on:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
|
env:
|
||||||
|
DOCKER_BUILDKIT: '1'
|
||||||
|
FORCE_COLOR: 1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue