properly escape
Build and Push Image / Build and push image (push) Successful in 46s Details

This commit is contained in:
Tobias Brunner 2023-11-18 22:53:12 +01:00
parent f4d1ad4aa8
commit 7bb77c8f6f
Signed by: tobru
SSH Key Fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk
1 changed files with 1 additions and 1 deletions

View File

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