From c31fdda0bad9796b1b04aee3ca81efa33822c192 Mon Sep 17 00:00:00 2001 From: mzz <2017@duck.com> Date: Tue, 21 Mar 2023 23:40:41 +0800 Subject: [PATCH] chore: use self-hosted machines to build docker images --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dadfe37..6935d46 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -138,7 +138,7 @@ jobs: tag: ${{ github.ref }} docker: - runs-on: ubuntu-22.04 + runs-on: self-hosted steps: - name: Checkout codebase uses: actions/checkout@v3