renovate?
/ renovate (push) Failing after 1m58s Details

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-10-03 12:59:32 +00:00
parent eb78e12ecb
commit 9b25bfa68d
1 changed files with 11 additions and 0 deletions

View File

@ -20,6 +20,17 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.2.0 uses: actions/checkout@v4.2.0
- name: Create Kubeconfig
run: |
mkdir $HOME/.kube
echo "${{ secrets.KUBECONFIG_BUILDX }}" > $HOME/.kube/config
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver: kubernetes
driver-opts: |
namespace=git
qemu.install=false
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: https://github.com/renovatebot/github-action@v40.2.10 uses: https://github.com/renovatebot/github-action@v40.2.10
with: with: