Skip to content

disable printing invocation timing in stderr #21

disable printing invocation timing in stderr

disable printing invocation timing in stderr #21

Workflow file for this run

name: Verify Docker Compose Images
on:
push:
paths:
- '**.yaml'
jobs:
verifyImages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: alexellis/setup-arkade@v2
- name: Verify chart images
id: verify_images
run: |
VERBOSE=true make verify-compose