Actualiser .gitea/workflows/deploy.yaml
semantic-release / release (push) Successful in 14s

This commit is contained in:
2026-05-03 08:56:57 +00:00
parent 1527ea14bc
commit 006292912b
+1 -6
View File
@@ -51,13 +51,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-custom
steps:
- name: Install yq
run: |
wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_arm64
chmod +x /usr/local/bin/yq
- name: Checkout ArgoCD repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with: