From f7ed05140178b2e10ea4e61f55b7418d6937a3b5 Mon Sep 17 00:00:00 2001 From: dealjus Date: Mon, 28 Apr 2025 22:27:05 -0700 Subject: [PATCH] update CICD to use alpine --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 7a50017..963eedc 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -16,7 +16,7 @@ permissions: jobs: build: - runs-on: ubuntu-latest + runs-on: alpine steps: - name: Checkout your repository using git uses: actions/checkout@v4