needs added
Some checks failed
docker-monica-build mr / Ddockerfile lint (push) Failing after 4s
docker-monica-build mr / build (push) Failing after 2s

Signed-off-by: Roger Sikorski <roger@sikorski.cloud>
This commit is contained in:
2023-07-30 20:32:42 +02:00
parent 338ad90302
commit d7dcf756c3
2 changed files with 5 additions and 3 deletions

View File

@@ -6,15 +6,17 @@ on:
- main - main
jobs: jobs:
Dockerfile lint: Ddockerfile lint:
runs-on: k3s runs-on: k3s
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v3.1.0 - uses: hadolint/hadolint-action@v3.1.0
with: with:
dockerfile: Dockerfile dockerfile: Dockerfile
build: build:
runs-on: docker runs-on: docker
needs: "Dockerfile lint"
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: docker login - name: docker login

View File

@@ -8,7 +8,7 @@ on:
- cron: "0 6 * * SUN" - cron: "0 6 * * SUN"
jobs: jobs:
Dockerfile lint: Ddockerfile lint:
runs-on: k3s runs-on: k3s
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@@ -17,8 +17,8 @@ jobs:
dockerfile: Dockerfile dockerfile: Dockerfile
build: build:
needs: Dockerfile lint
runs-on: docker runs-on: docker
needs: "Dockerfile lint"
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Pull Docker Image for caching - name: Pull Docker Image for caching