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}"
1313ENV GH_KANIKO_WORKDIR="/kaniko/workspace"
1414
1515# https://github.com/actions/runner/releases
16- ENV GH_RUNNER_VERSION=2.294 .0
16+ ENV GH_RUNNER_VERSION=2.295 .0
1717ENV GH_RUNNER_LABELS=ubuntu-20.04
1818
1919# https://github.com/fullstack-devops/awesome-ci/releases
@@ -26,10 +26,10 @@ RUN mkdir /helper-scripts \
2626 && mkdir -p /kaniko/workspace
2727
2828# 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
3333
3434RUN chmod -R 755 /helper-scripts
3535
You can’t perform that action at this time.
0 commit comments