Files
kubesphere/install/scripts/docker_push
2019-01-21 15:25:04 +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