This repository was archived by the owner on Feb 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV GH_RUNNER_WORKDIR="/home/${USERNAME}"
13
13
ENV GH_KANIKO_WORKDIR="/kaniko/workspace"
14
14
15
15
# https://github.com/actions/runner/releases
16
- ENV GH_RUNNER_VERSION=2.294 .0
16
+ ENV GH_RUNNER_VERSION=2.295 .0
17
17
ENV GH_RUNNER_LABELS=ubuntu-20.04
18
18
19
19
# https://github.com/fullstack-devops/awesome-ci/releases
@@ -26,10 +26,10 @@ RUN mkdir /helper-scripts \
26
26
&& mkdir -p /kaniko/workspace
27
27
28
28
# Copy image helper scripts
29
- COPY ./helper-scripts/detect-setup.sh /helper-scripts/detect-setup.sh
30
- COPY ./helper-scripts/gh-entrypoint.sh /helper-scripts/gh-entrypoint.sh
31
- COPY ./helper-scripts/kaniko-wrapper.sh /helper-scripts/kaniko-wrapper.sh
32
- COPY ./helper-scripts/translate-aarch.sh /helper-scripts/translate-aarch.sh
29
+ ADD ./helper-scripts/detect-setup.sh /helper-scripts/detect-setup.sh
30
+ ADD ./helper-scripts/gh-entrypoint.sh /helper-scripts/gh-entrypoint.sh
31
+ ADD ./helper-scripts/kaniko-wrapper.sh /helper-scripts/kaniko-wrapper.sh
32
+ ADD ./helper-scripts/translate-aarch.sh /helper-scripts/translate-aarch.sh
33
33
34
34
RUN chmod -R 755 /helper-scripts
35
35
You can’t perform that action at this time.
0 commit comments