Files
k_photoprism/.gitea/workflows/run-backup.yaml
Renovate Bot e5e098d6bf
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Validate / validate (push) Successful in 9s
chore(deps): update https://gitea.t000-n.de/t.behrendt/k_deploy_workflows action to v0.0.9
2026-04-10 10:13:25 +00:00

21 lines
724 B
YAML

name: Run Scan
on:
workflow_dispatch:
jobs:
run-renovate:
runs-on: ubuntu-latest
steps:
- uses: https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/.gitea/actions/extract-namespace-from-repo-name@9c76b8bfdc596579fa77a415bf4909d2e8b41734 # 0.0.9
id: namespace
with:
repo: ${{ github.repository }}
- uses: azure/setup-kubectl@15650b3ad78fff148532a140b8a4c821796b2d7b # v5.0.0
- uses: azure/k8s-set-context@ae59a723ba9abe7a9655538854a025448dbab4aa # v4.0.2
with:
method: kubeconfig
kubeconfig: ${{ secrets.KUBECONFIG }}
- run: |
kubectl -n photoprism create job --from=cronjob/backup backup-photoprism-${{ github.run_id }}