feat(runner): point to IPCEI custom runner image
This commit is contained in:
parent
8853009826
commit
557f16b2c2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
FROM ghcr.io/catthehacker/ubuntu:act-22.04
|
FROM ghcr.io/catthehacker/ubuntu:act-22.04
|
||||||
|
|
||||||
USER root
|
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
|
chmod +x /bin/forgejo-runner
|
||||||
|
|
||||||
COPY ./entrypoint.sh /entrypoint.sh
|
COPY ./entrypoint.sh /entrypoint.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue