Files
kubesphere/install/scripts/docker_push
2018-06-20 20:40:56 +08:00

4 lines
133 B
Bash

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