Files
kubesphere/install/scripts/docker_push
2019-03-07 17:08:54 +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