Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit e97696e

Browse files
committed
feat: new runner image
1 parent cd614b7 commit e97696e

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/apply.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@ env:
1212
jobs:
1313
deploy:
1414
runs-on: libvirt
15-
container: ghcr.io/makeitworkcloud/terraform-runner:latest
15+
container: ghcr.io/makeitworkcloud/runner:latest
1616

1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- name: Run Git as root
21-
run: git config --global --add safe.directory '*'
22-
2320
- name: Install SSH key
2421
uses: shimataro/ssh-key-action@v2
2522
with:

.github/workflows/check.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@ env:
1212
jobs:
1313
plan:
1414
runs-on: libvirt
15-
container: ghcr.io/makeitworkcloud/terraform-runner:latest
15+
container: ghcr.io/makeitworkcloud/runner:latest
1616

1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- name: Run Git as root
21-
run: git config --global --add safe.directory '*'
22-
2320
- name: Install SSH key
2421
uses: shimataro/ssh-key-action@v2
2522
with:

0 commit comments

Comments
 (0)