diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e489499..57a7ec6 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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: