From 70c2d06867a746bd23be56e34dc9d9673ac73b0b Mon Sep 17 00:00:00 2001 From: builderadmin Date: Wed, 8 Oct 2025 18:50:02 +0000 Subject: [PATCH] Update .gitea/workflows/cicd.yaml --- .gitea/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index 2aa0fba..dc4e49c 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -4,7 +4,7 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: my_custom_label + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 # Checks out your repository - name: Build Dockerfile