Skip to content

[INFRA] change imagick installation #6

[INFRA] change imagick installation

[INFRA] change imagick installation #6

Workflow file for this run

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