Skip to content

Commit

Permalink
Change hadolint path
Browse files Browse the repository at this point in the history
  • Loading branch information
wg102 committed Jun 17, 2024
1 parent 9b82abe commit 6771821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-centraldashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
sudo curl -L https://github.com/hadolint/hadolint/releases/download/v${{ env.HADOLINT_VERSION }}/hadolint-Linux-x86_64 --output hadolint
sudo chmod +x hadolint
./hadolint localhost:5000/kubeflow/centraldashboard-aaw2:${{ github.sha }} --no-fail
./hadolint localhost:5000/kubeflow --no-fail
Expand Down

0 comments on commit 6771821

Please sign in to comment.