feat(runner): point to IPCEI custom runner image

This commit is contained in:
Martin McCaffery 2025-10-30 15:24:48 +00:00
parent 8853009826
commit 557f16b2c2
Signed by: martin.mccaffery
GPG key ID: 7C4D0F375BCEE533

View file

@ -1,7 +1,7 @@
FROM ghcr.io/catthehacker/ubuntu:act-22.04
USER root
RUN curl https://code.forgejo.org/forgejo/runner/releases/download/v11.2.0/forgejo-runner-11.2.0-linux-amd64 -o /bin/forgejo-runner && \
RUN curl https://edp.buildth.ing/DevFW-CICD/runner/releases/download/v11.3.3/runner_Linux_x86_64 -o /bin/forgejo-runner && \
chmod +x /bin/forgejo-runner
COPY ./entrypoint.sh /entrypoint.sh