Compare commits
No commits in common. "v1.2.2" and "v1.2.1" have entirely different histories.
@ -3,8 +3,8 @@ FROM gitea/runner-images:ubuntu-latest
|
|||||||
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
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 --break-system-packages --no-cache --upgrade pip && \
|
||||||
python3 -m pip install --no-cache conventional-pre-commit==4.0.0 --break-system-packages
|
python3 -m pip install --break-system-packages --no-cache conventional-pre-commit==4.0.0
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user