未验证 提交 bbcacc18 编写于 作者: Q quicksilver 提交者: GitHub

Remove action-hadolint (#5806)

* Update action-hadolint version to 1.19.0
Signed-off-by: Nquicksilver <zhifeng.zhang@zilliz.com>

* Update action-hadolint version to 1.18.0
Signed-off-by: Nquicksilver <zhifeng.zhang@zilliz.com>

* Update action-hadolint version to 1.16.1
Signed-off-by: Nquicksilver <zhifeng.zhang@zilliz.com>

* Remove reviewdog/action-hadolint action
Signed-off-by: Nquicksilver <zhifeng.zhang@zilliz.com>
上级 9ae3da41
......@@ -43,12 +43,6 @@ jobs:
path: .docker/amd64-ubuntu${{ matrix.ubuntu }}-go-mod
key: ubuntu${{ matrix.ubuntu }}-go-mod-${{ hashFiles('**/go.sum') }}
restore-keys: ubuntu${{ matrix.ubuntu }}-go-mod-
- name: Dockerfile Lint
uses: reviewdog/action-hadolint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check # Default is github-pr-check
hadolint_ignore: DL3008 SC1091 DL3013 DL3003
- name: Code Check
env:
CHECK_BUILDER: "1"
......
......@@ -28,12 +28,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Check Dockerfile
uses: reviewdog/action-hadolint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check # Default is github-pr-check
hadolint_ignore: DL3008 SC1091 DL3013 DL3003
- name: Get version from system time after release step
id: extracter
run: echo "::set-output name=version::$(date +%Y%m%d-%H%M%S)"
......
......@@ -22,12 +22,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Check Dockerfile
uses: reviewdog/action-hadolint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check # Default is github-pr-check
hadolint_ignore: DL3008 SC1091 DL3013 DL3003
- name: Get version from system time after release step
id: extracter
run: |
......
......@@ -24,12 +24,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Check Dockerfile
uses: reviewdog/action-hadolint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check # Default is github-pr-check
hadolint_ignore: DL3008 SC1091 DL3013 DL3003
- name: Get version from system time after release step
id: extracter
run: |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册