Update .forgejo/workflows/ci.yaml
Some checks failed
/ macless-haystack-web (push) Failing after 31s
/ fatssh (push) Failing after 47s

This commit is contained in:
Martyn 2025-01-14 17:00:50 +00:00
parent 3bd42d5253
commit 9cee9ab7e5

View file

@ -15,6 +15,7 @@ jobs:
run: |
mkdir $HOME/.kube
echo "${{ secrets.KUBECONFIG_BUILDX }}" > $HOME/.kube/config
cat $HOME/.kube/config
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.6.1
with: