Actualiser .forgejo/workflows/deploy.yml
This commit is contained in:
parent
65b028bd93
commit
85c459edcb
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ jobs:
|
|||
-c "
|
||||
# Nettoyer les retours à la ligne et les caractères spéciaux
|
||||
echo "$KUBECONFIG_DATA" &&
|
||||
echo "$KUBECONFIG_DATA" | base64 --decode &&
|
||||
echo "$KUBECONFIG_DATA" | base64 --decode > /tmp/kubeconfig.yaml &&
|
||||
export KUBECONFIG=/tmp/kubeconfig.yaml &&
|
||||
kubectl set image deployment/homeassistant home-assistant=${IMAGE_NAME}:${GITHUB_REF_NAME} &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue