ci: switch to native path detection (#76)
Deploy / deploy-docker-registry-secret (push) Has been cancelled

Reviewed-on: #76
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #76.
This commit is contained in:
2026-08-09 18:34:57 +02:00
committed by t.behrendt
parent 2cc319c98c
commit 9cf2056952
4 changed files with 96 additions and 93 deletions
+23
View File
@@ -0,0 +1,23 @@
name: Deploy
on:
push:
branches:
- main
paths:
- 'node-labels/**'
workflow_dispatch:
jobs:
deploy-node-labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: azure/setup-kubectl@829323503d1be3d00ca8346e5391ca0b07a9ab0d # v5.1.0
- uses: azure/k8s-set-context@8698eba2499e9012f0d5085f8798077cce4bc526 # v5.0.1
with:
method: kubeconfig
kubeconfig: ${{ secrets.KUBECONFIG }}
- name: Deploy
run: |
kubectl apply --server-side --field-manager=t000-n -f node-labels