Skip to content

Commit

Permalink
[CI/CD] Commented the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
da115115 committed May 28, 2023
1 parent dd9ad2c commit d6d0796
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v1

- name: Lint pyspark-coretto-8-emr-dbs-universal-python
uses: hadolint/hadolint-action@v2.0.0
with:
dockerfile: pyspark-coretto-8-emr-dbs-universal-python/Dockerfile
failure-threshold: error
#- name: Lint pyspark-coretto-8-emr-dbs-universal-python
# uses: hadolint/hadolint-action@v2.0.0
# with:
# dockerfile: pyspark-coretto-8-emr-dbs-universal-python/Dockerfile
# failure-threshold: error

- name: Run privileged
run: sudo docker run --privileged --rm tonistiigi/binfmt --install arm64
Expand Down

0 comments on commit d6d0796

Please sign in to comment.