Skip to content

Commit 6549727

Browse files
committed
Update readme, release v0.3
1 parent 95eaa60 commit 6549727

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,20 @@ jobs:
1414
label: ${{ steps.create-runner.outputs.label }}
1515
steps:
1616
- id: create-runner
17-
uses: related-sciences/gce-github-runner@v0.2
17+
uses: related-sciences/gce-github-runner@v0.3
1818
with:
1919
token: ${{ secrets.GH_SA_TOKEN }}
2020
project_id: ${{ secrets.GCP_PROJECT_ID }}
2121
service_account_key: ${{ secrets.GCP_SA_KEY }}
22+
image_project: ubuntu-os-cloud
23+
image_family: ubuntu-1804-lts
2224

2325
test:
2426
needs: create-runner
2527
runs-on: ${{ needs.create-runner.outputs.label }}
2628
steps:
2729
- run: echo "This runs on the GCE VM"
28-
- uses: related-sciences/gce-github-runner@v0.2
30+
- uses: related-sciences/gce-github-runner@v0.3
2931
with:
3032
command: stop
3133
if: always()

0 commit comments

Comments
 (0)