Skip to content

[INFRA] bump versions #60

[INFRA] bump versions

[INFRA] bump versions #60

Workflow file for this run

name: "Pull Request"
on:
pull_request:
branches:
- main
jobs:
lint:
strategy:
matrix:
version: ['7.4', '8.0', '8.1', '8.2']
runs-on: ubuntu-latest
container: pipelinecomponents/hadolint:latest
steps:
- uses: actions/checkout@v2
- uses: hadolint/[email protected]
with:
dockerfile: ./src/${{ matrix.version }}/src/Dockerfile