fix(ci): use docker run for hadolint instead of docker:// action
This commit is contained in:
@@ -13,9 +13,8 @@ jobs:
|
||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
|
||||
|
||||
- name: Hadolint Dockerfile
|
||||
uses: docker://hadolint/hadolint:v2.12.0
|
||||
with:
|
||||
args: Dockerfile
|
||||
continue-on-error: true
|
||||
run: docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace hadolint/hadolint:v2.12.0 hadolint Dockerfile
|
||||
|
||||
build-push:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user