mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-05-15 14:45:53 +00:00
Set PWD and HOME environment variables accordingly
This commit is contained in:
parent
eeab5ede16
commit
6eded94cd6
3 changed files with 8 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
|||
FROM ghcr.io/hadolint/hadolint:v2.10.0-debian
|
||||
|
||||
# Set default WORKDIR in Dockerfile for easier trace and consistency
|
||||
WORKDIR /github/workspace
|
||||
|
||||
COPY LICENSE README.md problem-matcher.json /
|
||||
COPY hadolint.sh /usr/local/bin/hadolint.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue