Skip to content

Commit

Permalink
chore(ci): disable hadolint
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Nov 5, 2024
1 parent 451cc8f commit 3d9e415
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/common-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ jobs:
- name: Checkout Project
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0
with:
dockerfile: ${{ inputs.working-directory }}/${{ inputs.docker-file }}
failure-threshold: none
# - uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0
# with:
# dockerfile: ${{ inputs.working-directory }}/${{ inputs.docker-file }}
# failure-threshold: none

- uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0
if: ${{ inputs.generate-dev-image }}
Expand Down
2 changes: 1 addition & 1 deletion fhevm-engine/coprocessor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM rust:1.80.1-bullseye AS build

# Install dependencies
RUN apt-get update && \
apt-get install -y --no-install-recommends protobuf-compiler=3.12.3-2 && \
apt-get install -y --no-install-recommends protobuf-compiler && \
rm -rf /var/lib/apt/lists/*

# Copy necessary files
Expand Down

0 comments on commit 3d9e415

Please sign in to comment.