Files
express/.gitea/workflows/detect.yml
ardi c9d1e778b3
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
Add .gitea/workflows/detect.yml
2025-10-10 09:10:08 +00:00

25 lines
471 B
YAML

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 .