mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-02-07 15:21:07 +01:00
fix: dockerfile entrypoint commandº
This commit is contained in:
parent
8a2c585109
commit
dfc8504999
2 changed files with 5 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -64,7 +64,9 @@ jobs:
|
||||||
needs: test
|
needs: test
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: ./
|
|
||||||
|
- name: Run integration test
|
||||||
|
uses: ./
|
||||||
with:
|
with:
|
||||||
dockerfile: testdata/Dockerfile
|
dockerfile: testdata/Dockerfile
|
||||||
|
|
||||||
|
|
|
@ -2,4 +2,5 @@ FROM hadolint/hadolint:v1.17.2
|
||||||
|
|
||||||
COPY LICENSE README.md /
|
COPY LICENSE README.md /
|
||||||
|
|
||||||
CMD ["hadolint"]
|
ENTRYPOINT [ "hadolint" ]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue