Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
erseco committed Nov 22, 2024
1 parent 9696eba commit 57e231b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
ignore: DL4006
ignore: DL3018 # Ignore the APK Pin versions check

# Prepare variables for building and tagging the image
- name: Prepare variables
Expand Down

0 comments on commit 57e231b

Please sign in to comment.