From e024436945353f8be0249125b67fcc881adc063f Mon Sep 17 00:00:00 2001 From: builderadmin Date: Wed, 8 Oct 2025 23:27:31 +0000 Subject: [PATCH] Update .gitea/workflows/cicd.yaml --- .gitea/workflows/cicd.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index 5e6e56f..2c1b1af 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -4,12 +4,13 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: ubuntu-latest + runs-on: my_custom_label steps: - uses: actions/checkout@v3 # Checks out your repository - name: Build Dockerfile run: | whoami + which docker || true apt update cat /etc/os-release apt install -y ca-certificates curl gnupg