Files
kubesphere/install/scripts/docker_push
2019-01-21 10:47:34 +08:00

5 lines
137 B
Bash

#!/bin/bash
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
docker push kubespheredev/ks-apiserver:latest