Compare commits

..

No commits in common. "main" and "v1.2.1" have entirely different histories.
main ... v1.2.1

View File

@ -1,9 +1,10 @@
FROM git.tainton.uk/repos/runner-ubuntu-custom:latest
FROM gitea/runner-images:ubuntu-latest
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
ENV PYTHONUNBUFFERED=1
RUN pipx install conventional-pre-commit==4.0.0
RUN python3 -m pip install --break-system-packages --no-cache --upgrade pip && \
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
COPY entrypoint.sh /entrypoint.sh