Compare commits

..

No commits in common. "renovate/docker-setup-buildx-action-4.x" and "main" have entirely different histories.

View File

@ -29,7 +29,7 @@ jobs:
echo "${{ secrets.KUBE_CONFIG_CONTENT }}" > ~/.kube/config echo "${{ secrets.KUBE_CONFIG_CONTENT }}" > ~/.kube/config
chmod 600 ~/.kube/config chmod 600 ~/.kube/config
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4 uses: docker/setup-buildx-action@v3
with: with:
driver: kubernetes driver: kubernetes
driver-opts: | driver-opts: |