github: self hosted runner

This commit is contained in:
Koushik Dutta
2023-05-28 15:55:12 -07:00
committed by GitHub
parent d33ab5dbcf
commit 8043f83f20

View File

@@ -15,7 +15,7 @@ on:
jobs:
build:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
matrix:
BASE: ["18-jammy-full", "18-jammy-lite", "18-jammy-thin"]