fix: use alpine runner label

This commit is contained in:
2026-06-18 01:17:35 +02:00
parent 334ac4d1a4
commit b453b7f758
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
kubectl create namespace airflow --dry-run=client -o yaml | kubectl apply -f - kubectl create namespace airflow --dry-run=client -o yaml | kubectl apply -f -
printf '%s' "$SSH_KEY" | base64 -d > /tmp/gitSshKey printf '%s' "$SSH_KEY" | base64 -d > /tmp/gitSshKey
chmod 600 /tmp/gitSshKey chmod 600 /tmp/gitSshKey
ssh-keyscan -p 2222 gitea.idir-belfares.fr 2>/dev/null > /tmp/known_hosts ssh-keyscan -p 22 gitea-ssh-svc.gitea.svc.cluster.local 2>/dev/null > /tmp/known_hosts || true
kubectl create secret generic airflow-gitsync-ssh \ kubectl create secret generic airflow-gitsync-ssh \
--from-file=gitSshKey=/tmp/gitSshKey \ --from-file=gitSshKey=/tmp/gitSshKey \
--from-file=known_hosts=/tmp/known_hosts \ --from-file=known_hosts=/tmp/known_hosts \