Skip to content

Commit

Permalink
feat: update image
Browse files Browse the repository at this point in the history
  • Loading branch information
philwelz committed Jan 26, 2024
1 parent 5ff1ae2 commit a4f4c8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gh-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/actions/actions-runner:2.311.0
FROM ghcr.io/actions/actions-runner:2.312.0

USER root

Expand All @@ -12,4 +12,4 @@ RUN chmod +x ./entrypoint.sh

USER runner

ENTRYPOINT ["./entrypoint.sh"]
ENTRYPOINT ["./entrypoint.sh"]
1 change: 1 addition & 0 deletions gh-runner/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ REGISTRATION_TOKEN="$(curl -X POST -fsSL \
--url $REPO_URL \
--token $REGISTRATION_TOKEN \
--unattended \
--replace \
${EPHEMERAL:+--ephemeral} \
&& ./run.sh

0 comments on commit a4f4c8b

Please sign in to comment.