mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-03 03:12:50 +02:00
ci: ignore multiple run commands (#2566)
This commit is contained in:
parent
719a483b2b
commit
0c2a08b5a3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -183,10 +183,12 @@ jobs:
|
|||
uses: hadolint/hadolint-action@v1.5.0
|
||||
with:
|
||||
Dockerfile: Dockerfile
|
||||
ignore: DL3059
|
||||
- name: Hadolint - Debug
|
||||
uses: hadolint/hadolint-action@v1.5.0
|
||||
with:
|
||||
Dockerfile: Dockerfile.debug
|
||||
ignore: DL3059
|
||||
- name: build
|
||||
run: docker build .
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue