diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 243728d..abd45f3 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -4,7 +4,7 @@ on: [push] jobs: docker: - runs-on: ubuntu-latest + runs-on: cth-ubuntu-latest steps: - name: Install Docker run: curl -fsSL https://get.docker.com | sh