actions-runner: choose self-hosted label
This commit is contained in:
parent
9f1fc33b0f
commit
ec1076bc4a
2
.github/workflows/alpine-glibc.yaml
vendored
2
.github/workflows/alpine-glibc.yaml
vendored
@ -10,7 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
base-image:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
name: Build alpine-glibc base image
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
2
.github/workflows/alpine-with-custom-ca.yaml
vendored
2
.github/workflows/alpine-with-custom-ca.yaml
vendored
@ -10,7 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
base-image:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
name: Build alpine base image
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
2
.github/workflows/app-runner-alpine.yaml
vendored
2
.github/workflows/app-runner-alpine.yaml
vendored
@ -13,7 +13,7 @@ on:
|
||||
|
||||
jobs:
|
||||
base-image:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
name: build app runner alpine base image
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
2
.github/workflows/golden-image-pipeline.yaml
vendored
2
.github/workflows/golden-image-pipeline.yaml
vendored
@ -12,7 +12,7 @@ name: Create AWS Golden AMI
|
||||
|
||||
jobs:
|
||||
create-golden-ami:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install Packer
|
||||
|
||||
2
.github/workflows/iac-runner-terraform.yaml
vendored
2
.github/workflows/iac-runner-terraform.yaml
vendored
@ -12,7 +12,7 @@ on:
|
||||
|
||||
jobs:
|
||||
base-image:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
name: Build ci runner terraform base image
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
@ -14,7 +14,7 @@ on:
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
name: Build docker image
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
2
.github/workflows/sync-images.yaml
vendored
2
.github/workflows/sync-images.yaml
vendored
@ -13,7 +13,7 @@ env:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: self-hosted
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
|
||||
Loading…
Reference in New Issue
Block a user