Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
720f156fa3 | |||
87e6a9f467 |
@ -4,7 +4,7 @@ LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
|||||||
|
|
||||||
ENV PYTHONUNBUFFERED=1
|
ENV PYTHONUNBUFFERED=1
|
||||||
RUN python3 -m pip install --no-cache --upgrade pip && \
|
RUN python3 -m pip install --no-cache --upgrade pip && \
|
||||||
python3 -m pip install --no-cache conventional-pre-commit==4.0.0
|
python3 -m pip install --no-cache conventional-pre-commit==4.0.0 --break-system-packages
|
||||||
|
|
||||||
# Copies your code file from your action repository to the filesystem path `/` of the container
|
# Copies your code file from your action repository to the filesystem path `/` of the container
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
Reference in New Issue
Block a user