mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
build: Ignore platform flag (#26)
This commit is contained in:
parent
c736be2b11
commit
f0886095e9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -16,5 +16,5 @@ jobs:
|
|||
uses: hadolint/hadolint-action@v3.1.0
|
||||
with:
|
||||
dockerfile: Dockerfile
|
||||
ignore: DL3008,DL3020
|
||||
ignore: DL3008,DL3020,DL3029,DL3059
|
||||
failure-threshold: warning
|
||||
|
|
|
|||
Loading…
Reference in a new issue