Skip to content

Commit

Permalink
update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 committed Jan 24, 2024
1 parent 734c1f3 commit e62b127
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.github
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/actions/actions-runner:2.311.0 AS base
FROM ghcr.io/actions/actions-runner:2.312.0 AS base
# FROM ubuntu:22.04@sha256:965fbcae990b0467ed5657caceaec165018ef44a4d2d46c7cdea80a9dff0d1ea
USER root

Expand Down
4 changes: 2 additions & 2 deletions github-runner-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ REGISTRATION_TOKEN="$(curl -X POST -fsSL \
--labels $LABELS
&& ./run.sh

# export GITHUB_PAT=_REDACTED_
# export REGISTRATION_TOKEN=_REDACTED_
export GITHUB_PAT=_REDACTED_
export REGISTRATION_TOKEN=_REDACTED_

0 comments on commit e62b127

Please sign in to comment.