dockerfile lint added
Some checks failed
docker-monica-build mr / build (push) Failing after 1s

This commit is contained in:
2023-07-23 14:15:47 +02:00
parent 0291fb61a7
commit bd42ddc9fb

View File

@@ -8,7 +8,16 @@ on:
- cron: "0 6 * * SUN"
jobs:
Dockerfile lint:
runs-on: k3s
steps:
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile
build:
needs: Dockerfile lint
runs-on: docker
steps:
- uses: actions/checkout@v3