From 80d4e4962f6b74c36ec7c86ed37e206f694cf688 Mon Sep 17 00:00:00 2001 From: Dawith Lim Date: Wed, 31 Dec 2025 18:58:58 -0500 Subject: [PATCH] Update docker-image.yml see if replacing self hosted with ubuntu fixes the issue --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 599633f..ef38e0f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -10,7 +10,7 @@ jobs: build: - runs-on: [ self-hosted ] + runs-on: [ ubuntu-latest ] steps: - uses: actions/checkout@v4