Files
express/.gitea/workflows/detect.yml
ardi 3380e98acc
All checks were successful
Detection / build (push) Successful in 4s
Update .gitea/workflows/detect.yml
2025-10-10 09:13:35 +00:00

25 lines
490 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 ! -path "./.git/*" | sed 's|^\./||' | jq -R . | jq -s .