From eada8223662969f90a1721f5145df8fd01d15a88 Mon Sep 17 00:00:00 2001 From: AnotiaWang Date: Tue, 18 Feb 2025 11:53:01 +0800 Subject: [PATCH] Revert "ci: use self hosted actions runner" This reverts commit 016aaf1a37632ea65a8b9e9321bb8b3bf4c8be9f. --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 961cbe7..d0afefe 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -10,7 +10,7 @@ env: jobs: build: - runs-on: self-hosted + runs-on: ubuntu-latest permissions: contents: read packages: write