feature/gitea-actions #2

Merged
RogerSik merged 15 commits from feature/gitea-actions into main 2023-07-30 20:40:13 +02:00
Showing only changes of commit bd42ddc9fb - Show all commits

View File

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