diff --git a/.github/workflows/code-checker.yaml b/.github/workflows/code-checker.yaml index b223ca36ec..10866d55fc 100644 --- a/.github/workflows/code-checker.yaml +++ b/.github/workflows/code-checker.yaml @@ -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" diff --git a/.github/workflows/publish-builder.yaml b/.github/workflows/publish-builder.yaml index c5cefc4c92..27eed15135 100644 --- a/.github/workflows/publish-builder.yaml +++ b/.github/workflows/publish-builder.yaml @@ -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)" diff --git a/.github/workflows/publish-krte-images.yaml b/.github/workflows/publish-krte-images.yaml index 3b279dada4..1127973be6 100644 --- a/.github/workflows/publish-krte-images.yaml +++ b/.github/workflows/publish-krte-images.yaml @@ -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: | diff --git a/.github/workflows/publish-test-images.yaml b/.github/workflows/publish-test-images.yaml index b378f70289..c144ed8007 100644 --- a/.github/workflows/publish-test-images.yaml +++ b/.github/workflows/publish-test-images.yaml @@ -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: |