Skip to content

Commit

Permalink
Temporarily disable hadolint until hadolint/hadolint-action#44 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Dec 10, 2021
1 parent f52dddc commit f135fcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/build-image-action/action.yml
Expand Up @@ -13,10 +13,10 @@ inputs:
runs:
using: composite
steps:
- name: Run hadolint
uses: hadolint/hadolint-action@v1.6.0
with:
dockerfile: ${{ inputs.name }}/Dockerfile
# - name: Run hadolint
# uses: hadolint/hadolint-action@v1.6.0
# with:
# dockerfile: ${{ inputs.name }}/Dockerfile

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1.6.0
Expand Down

0 comments on commit f135fcf

Please sign in to comment.