new kub config
Some checks failed
Build and Push Image / Build and push image (push) Failing after 6m23s

This commit is contained in:
armistace 2025-07-01 14:21:09 +10:00
parent d9b402b2c6
commit 9b7ccfb244

View File

@ -18,7 +18,7 @@ jobs:
- name: Create Kubeconfig
run: |
mkdir $HOME/.kube
echo "${{ secrets.KUBEC_CONFIG_BUILDX }}" > $HOME/.kube/config
echo "${{ secrets.KUBEC_CONFIG_BUILDX_NEW }}" > $HOME/.kube/config
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3