[Github] Bump Github Actions Runner in CI Agent Containers
Github actions/runner v2.325.0 was released earlier today. Bump the container images to use the latest version.
This commit is contained in:
@@ -85,7 +85,7 @@ RUN powershell -Command \
|
||||
RUN git config --system core.longpaths true & \
|
||||
git config --global core.autocrlf false
|
||||
|
||||
ARG RUNNER_VERSION=2.324.0
|
||||
ARG RUNNER_VERSION=2.325.0
|
||||
ENV RUNNER_VERSION=$RUNNER_VERSION
|
||||
|
||||
RUN powershell -Command \
|
||||
|
||||
@@ -86,7 +86,7 @@ WORKDIR /home/gha
|
||||
|
||||
FROM ci-container as ci-container-agent
|
||||
|
||||
ENV GITHUB_RUNNER_VERSION=2.324.0
|
||||
ENV GITHUB_RUNNER_VERSION=2.325.0
|
||||
|
||||
RUN mkdir actions-runner && \
|
||||
cd actions-runner && \
|
||||
|
||||
Reference in New Issue
Block a user