We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7bc541 commit ebbe8e5Copy full SHA for ebbe8e5
.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile
@@ -82,7 +82,7 @@ RUN apt-get update && apt-get install -y \
82
83
# Copy custom scripts
84
COPY fs/ /
85
-RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
+RUN chmod 777 /usr/bin/actions-runner /usr/bin/entrypoint
86
87
# Configure GitHub Actions Runner for amd64
88
RUN useradd -m actions-runner
0 commit comments