Skip to content

chore: create docs for kubefirst 2.6 (#768) #1003

chore: create docs for kubefirst 2.6 (#768)

chore: create docs for kubefirst 2.6 (#768) #1003

Workflow file for this run

---
name: Dockerfile Validation
on: [push, workflow_dispatch]
jobs:
docker-check:
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
uses: actions/[email protected]
# hadolint/hadolint-action is causing issue with act: https://github.com/hadolint/hadolint/issues/823
- name: Validate Dockerfile
run: docker run -v "$(pwd)":"/files" hadolint/hadolint:v2.12.0 hadolint /files/Dockerfile