Skip to content

Dev branch

Dev branch #32

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@57d8186248c5e22f8fbb13adc61a3814bed1256b (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