Compare commits

...

2 Commits
v1.2.2 ... main

Author SHA1 Message Date
fb3e46016f Update Dockerfile
All checks were successful
Release / Create Release (push) Successful in 44s
Release / Print Release (push) Successful in 3s
2025-02-09 21:08:22 +01:00
6217c5c7de fix: install conventional-pre-commit via pipx
All checks were successful
Release / Create Release (push) Successful in 9s
Release / Print Release (push) Successful in 3s
2025-01-17 00:15:45 +01:00

View File

@ -1,10 +1,9 @@
FROM gitea/runner-images:ubuntu-latest FROM git.tainton.uk/repos/runner-ubuntu-custom: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 pipx install 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