mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-05 04:13:11 +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
|
uses: hadolint/hadolint-action@v1.5.0
|
||||||
with:
|
with:
|
||||||
Dockerfile: Dockerfile
|
Dockerfile: Dockerfile
|
||||||
|
ignore: DL3059
|
||||||
- name: Hadolint - Debug
|
- name: Hadolint - Debug
|
||||||
uses: hadolint/hadolint-action@v1.5.0
|
uses: hadolint/hadolint-action@v1.5.0
|
||||||
with:
|
with:
|
||||||
Dockerfile: Dockerfile.debug
|
Dockerfile: Dockerfile.debug
|
||||||
|
ignore: DL3059
|
||||||
- name: build
|
- name: build
|
||||||
run: docker build .
|
run: docker build .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue