fix
This commit is contained in:
		| @ -40,7 +40,7 @@ jobs: | ||||
|       - name: Create kubeconfig | ||||
|         run: | | ||||
|           mkdir -p ~/.kube | ||||
|           echo "${{ secrets.KUBE_CONFIG }}" > ~/.kube/config | ||||
|           echo "${{ secrets.KUBE_CONFIG }}" | base64 -d > ~/.kube/config | ||||
|           chmod 600 ~/.kube/config | ||||
|  | ||||
|       - name: Set up Docker Buildx | ||||
|  | ||||
		Reference in New Issue
	
	Block a user