Skip to content

Bump osgeo/gdal from ubuntu-small-3.8.1 to ubuntu-small-3.8.3 #112

Bump osgeo/gdal from ubuntu-small-3.8.1 to ubuntu-small-3.8.3

Bump osgeo/gdal from ubuntu-small-3.8.1 to ubuntu-small-3.8.3 #112

Workflow file for this run

---
name: dockerfile Linting
on:
pull_request:
branches:
- 'master'
paths:
- 'Dockerfile'
- '.github/workflows/dockerfile-lint.yml'
push:
branches:
- 'master'
paths:
- 'Dockerfile'
- '.github/workflows/dockerfile-lint.yml'
jobs:
dockerfile-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: lint Dockerfile
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile
ignore: DL3008,DL3002,DL3013,DL3059,SC2102