Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuyib authored Nov 28, 2024
1 parent dd6e0b4 commit 40ab282
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -37,10 +37,10 @@ jobs:
# run: |
# make lint

- name: Lint Dockerfiles
run: |
docker run --rm -i hadolint/hadolint < Dockerfile.app
docker run --rm -i hadolint/hadolint < Dockerfile.ollama
# - name: Lint Dockerfiles
# run: |
# docker run --rm -i hadolint/hadolint < Dockerfile.app
# docker run --rm -i hadolint/hadolint < Dockerfile.ollama

docker-build:
needs: build-and-test

0 comments on commit 40ab282

Please sign in to comment.