Add .gitea/workflows/detect.yml
Some checks failed
Build and Test / deploy (push) Has been cancelled
Build and Test / build (push) Has been cancelled
Detection / build (push) Successful in 4s

This commit is contained in:
2025-10-10 09:10:08 +00:00
parent af285aa540
commit c9d1e778b3

View File

@@ -0,0 +1,25 @@
name: Detection
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
build:
runs-on: k8s-runner-00
env:
REGISTRY: registry.staging
IMAGE_NAME: ${{ gitea.repository }}
IMAGE_TAG: ${{ gitea.sha }}
steps:
- name: "Checkout repository"
uses: actions/checkout@v4
- name: "Files Root Project"
run: |
find . -type f | sed 's|^\./||' | jq -R . | jq -s .