fix: repair docker login syntax
Some checks failed
CI/CD Pipeline / build (push) Successful in 1m49s
CI/CD Pipeline / deploy (push) Failing after 46s

This commit is contained in:
Ivan Filipovic
2026-04-20 22:05:07 +02:00
parent ba683efa9e
commit 43f87f1e72

View File

@@ -50,7 +50,10 @@ jobs:
- name: Postavi kubeconfig
run: |
mkdir -p ~/.kube
echo "${{ secrets.KUBE_CONFIG }}" | base64 -d > ~/.kube/config
cat <<'EOF' > ~/.kube/config.base64
${{ secrets.KUBE_CONFIG }}
EOF
base64 -d < ~/.kube/config.base64 > ~/.kube/config
chmod 600 ~/.kube/config
- name: Update image tag u manifestu