fix: variables name
This commit is contained in:
parent
ea50afcd5c
commit
c4929e5dad
@ -13,11 +13,11 @@ echo "$ACTION_KUBECONFIG" > "$HOME/.kube/config"
|
||||
kubectl get namespace "$NS" || kubectl create namespace "$NS"
|
||||
kubectl config set-context --current --namespace="$NS"
|
||||
|
||||
if [ -n "$ACTION_REGISTRY_PASSWD" ]; then
|
||||
if [ -n "$ACTION_REGISTRY_PASSWORD" ]; then
|
||||
kubectl create secret docker-registry regcred \
|
||||
--docker-server="$REGISTRY" \
|
||||
--docker-username="$ACTION_REGISTRY_USER" \
|
||||
--docker-password="$ACTION_REGISTRY_PASSWD"
|
||||
--docker-username="$ACTION_REGISTRY_USERNAME" \
|
||||
--docker-password="$ACTION_REGISTRY_PASSWORD"
|
||||
fi
|
||||
|
||||
./manifests/bin/devel.sh
|
||||
|
Loading…
Reference in New Issue
Block a user