Skip to content

Commit d9d0afb

Browse files
committed
Bump VM and add docs
1 parent 9daaa1b commit d9d0afb

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Ephemeral GCE GitHub self-hosted runner based on https://github.com/related-sciences/gce-github-runner
44

5+
For more context see [Running Github runners in GCE VMs](https://www.notion.so/gitpod/Running-Github-runners-in-GCE-VMs-6ccd9c876abb4061b62671548279bca7)
6+
57
## Usage
68

79
```yaml

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ inputs:
3535
image:
3636
description: Specifies the name of the image that the disk will be initialized with.
3737
required: false
38-
default: gh-runner-202311271052
38+
default: gh-runner-202312112146
3939
image_family:
4040
description: The image family for the operating system that the boot disk will be initialized with.
4141
required: false

vm/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# VM
2+
3+
For more context see [Running Github runners in GCE VMs](https://www.notion.so/gitpod/Running-Github-runners-in-GCE-VMs-6ccd9c876abb4061b62671548279bca7) especially [How can I update the GCP VM image?](https://www.notion.so/gitpod/Running-Github-runners-in-GCE-VMs-6ccd9c876abb4061b62671548279bca7?pvs=4#5403e37be74342e48c25242aa2d946c5).
4+
5+
```sh
6+
gcloud auth application-default login --no-launch-browser
7+
gcloud auth login --no-launch-browser
8+
gcloud config set project public-github-runners
9+
cd vm
10+
make build-actions-runner-image
11+
```

0 commit comments

Comments
 (0)