gihub: self hosted runner

This commit is contained in:
Koushik Dutta
2023-05-28 15:54:50 -07:00
committed by GitHub
parent 2b1674bea8
commit d33ab5dbcf

View File

@@ -11,7 +11,7 @@ on:
jobs:
build:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
matrix:
NODE_VERSION: ["18"]