Skip to content

Commit ef0a44e

Browse files
dockerfile name in yml
1 parent dcda8c7 commit ef0a44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/ppc64le/self-hosted-builder/actions-runner.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ RUN cd /tmp/runner/src && \
8181
RUN mkdir -p /opt/runner && \
8282
tar -xf /tmp/runner/_package/*.tar.gz -C /opt/runner && \
8383
#chown -R runner:runner /opt/runner && \
84-
su -c "/opt/runner/config.sh --version" runner
84+
su -c "/opt/runner/config.sh --version"
8585

8686
RUN rm -rf /tmp/runner /tmp/runner.patch
8787

0 commit comments

Comments
 (0)