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