Skip to content

Dev branch

Dev branch #31

Workflow file for this run

name: Build Dockerfiles with detected changes
on:
pull_request:
types: [push,ready_for_review]
branches:
- main
paths:
- debian/*/Dockerfile
- ubuntu/*/Dockerfile
jobs:
test-xenial-build:
uses: ./.github/workflows/xenial.yml

Check failure on line 14 in .github/workflows/container-build.yml

View workflow run for this annotation

GitHub Actions / Build Dockerfiles with detected changes

Invalid workflow file

The workflow is not valid. In .github/workflows/container-build.yml (Line: 14, Col: 11): Error from called workflow efourd/why-py3/.github/workflows/xenial.yml@6d1ad1242c6ae2d73c3618f0783cf94bff4292ec (Line: 11, Col: 9): Unrecognized named-value: 'env'. Located at position 1 within expression: env.DISTRO
test-stretch-build:
uses: ./.github/workflows/stretch.yml
test-jessie-build:
uses: ./.github/workflows/jessie.yml