Update Docker build workflow to use ubicloud

This commit is contained in:
Zai Shi 2025-07-03 14:12:14 -07:00
parent 8b3a94928a
commit 668ab68ebb

View File

@ -13,7 +13,7 @@ concurrency:
jobs:
build-server:
name: Docker Build and Push Server
runs-on: ubuntu-latest
runs-on: ubicloud-standard-8
steps:
- name: Checkout
uses: actions/checkout@v4