chore: use self-hosted machines to build docker images

This commit is contained in:
mzz 2023-03-21 23:40:41 +08:00 committed by GitHub
parent 4592be2320
commit c31fdda0ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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