Update .gitea/workflows/cicd.yaml
CICD / Explore-Gitea-Actions (push) Failing after 8s Details

This commit is contained in:
builderadmin 2025-10-08 23:27:31 +00:00
parent 8dec4be83b
commit e024436945
1 changed files with 2 additions and 1 deletions

View File

@ -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