Skip to content

Commit fd20535

Browse files
authored
CI/CD: Change to big-runner-1 (#185)
### Problem - Took time to build and publish image of ncn-keeper ### Solution - Changes the runner from `ubuntu-latest` to `big-runner-1` for the build-container job
1 parent 061a54d commit fd20535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-container-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
build-container:
20-
runs-on: ubuntu-latest
20+
runs-on: big-runner-1
2121

2222
steps:
2323
- name: Checkout repository

0 commit comments

Comments
 (0)