Skip to content

Try different storage with buildah #74

Try different storage with buildah

Try different storage with buildah #74

Workflow file for this run

on:
pull_request:
branches: [ main ]
jobs:
lint:
name: Lint change content
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Dockerfile linter
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
ignore: DL3041