Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

fix: use 20.0.5. baseimage (#104) #21

fix: use 20.0.5. baseimage (#104)

fix: use 20.0.5. baseimage (#104) #21

Workflow file for this run

name: ci-dockerfile
on:
push:
branches:
- master
paths:
- Dockerfile
pull_request:
types:
- opened
- synchronize
- reopened
paths:
- Dockerfile
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: docker pull hadolint/hadolint
- run: docker run --rm --interactive hadolint/hadolint < Dockerfile